frizbog / gedcom4j

Java library for reading/writing genealogy files in GEDCOM format
http://gedcom4j.org
54 stars 36 forks source link

AncestryCalculator class susceptible to StackOverflowErrors and infinite recursion #120

Closed frizbog closed 8 years ago

frizbog commented 8 years ago

If there's a circular ancestry relationship in the GEDCOM, AncestryCalculator can infinitely recurse and get StackOverflowErrors

frizbog commented 8 years ago

Fixed in v3.0.3-SNAPSHOT.

frizbog commented 8 years ago

Fixed in v3.0.3 release.