You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2017/11/23 22:34:00 UTC

[Bug 61809] New: Infinite loop in SectionIDMap.get() and .put()

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: kiwiwings@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-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 61809] Infinite loop in SectionIDMap.get() and .put()

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61809

Andreas Beeker <ki...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Andreas Beeker <ki...@apache.org> ---
Deprecated and removed obsolete methods via r1816205

It wasn't possible to create a custom PropertyIDMap object anyway, so
registering in SectionIDMap was futile.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org