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: dev@poi.apache.org Reporter: talli...@apache.org 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: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org