https://issues.apache.org/bugzilla/show_bug.cgi?id=51890
Bug #: 51890
Summary: ArrayIndexOutOfBounds
ExceptionPicture.fillRawImageContent
Product: POI
Version: 3.8-dev
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: HWPF
AssignedTo: dev@poi.apache.org
ReportedBy: pablo.queixalos@polyspot.com
Classification: Unclassified
Created attachment 27596
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27596
Attachment throwing this ArrayIndexOutOfBoundsException
tested with r1174868 (through Tika)
java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at
org.apache.poi.hwpf.usermodel.Picture.fillRawImageContent(Picture.java:363)
at org.apache.poi.hwpf.usermodel.Picture.getRawContent(Picture.java:203)
at org.apache.poi.hwpf.usermodel.Picture.fillImageContent(Picture.java:372)
at org.apache.poi.hwpf.usermodel.Picture.getContent(Picture.java:191)
at
org.apache.poi.hwpf.usermodel.Picture.suggestPictureType(Picture.java:330)
at
org.apache.poi.hwpf.usermodel.Picture.suggestFileExtension(Picture.java:315)
at
org.apache.poi.hwpf.usermodel.Picture.suggestFullFileName(Picture.java:150)
at
org.apache.tika.parser.microsoft.WordExtractor$PicturesSource.<init>(WordExtractor.java:504)
at
org.apache.tika.parser.microsoft.WordExtractor$PicturesSource.<init>(WordExtractor.java:488)
at
org.apache.tika.parser.microsoft.WordExtractor.parse(WordExtractor.java:81)
at
org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:200)
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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
|