https://bz.apache.org/bugzilla/show_bug.cgi?id=60256

            Bug ID: 60256
           Summary: OLE10Native initialization OOM
           Product: POI
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POIFS
          Assignee: dev@poi.apache.org
          Reporter: talli...@mitre.org

Created attachment 34373
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34373&action=edit
Triggering embedded object

On TIKA-2115, Thomas Galla recently reported an OOM reading an embedded
OLE10Native object.  I suspect something is going wrong with reading the length
in OLE10Native's initialization code.

Embedded .bin file attached.

Code to reproduce:

        POIFSFileSystem fs = new
POIFSFileSystem(getResourceAsStream("/test-documents/ole_1_0_oom.bin"));
        Ole10Native ole = Ole10Native.createFromEmbeddedOleObject(fs);

-- 
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

Reply via email to