https://bz.apache.org/bugzilla/show_bug.cgi?id=65293
Bug ID: 65293
Summary: NPE in HwmfPicture in init()
Product: POI
Version: 5.0.x-dev
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: POI Overall
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 37850
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37850&action=edit
Triggering file
Thanks to Andi, I integrated 5.0.1-SNAPSHOT into Tika and ran our regression
tests. I found a new-since-4.x NPE when running init on WMF files.
This line in HwmfFont causes the issue:
int readBytes = this.readString(leis, sb, 32, this.charSet.getCharset());
In the triggering files, this.charSet is null.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]