https://bz.apache.org/bugzilla/show_bug.cgi?id=61809
Bug ID: 61809 Summary: Infinite loop in SectionIDMap.get() and .put() Product: POI Version: 3.17-dev Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: HPSF Assignee: dev@poi.apache.org Reporter: kiwiwi...@apache.org Target Milestone: --- POI 3.17 runs into an infinite loop and a subsequent stack overflow when SectionIDMap.getPIDString(ClassID) is called. This method invokes itself on the instance returned by SectionIDMap.getInstance(). The put(ClassID, PropertyIDMap) method has the same problem. This bug was introduced in revision r1751165 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org