https://issues.apache.org/bugzilla/show_bug.cgi?id=52385
--- Comment #2 from Niklas Rehfeld <[email protected]> 2012-01-05 02:55:53 UTC --- I had a look around the code, the bug seems to be in TypedPropertyValue.read(byte[], int) in the fact that it automatically pads the result, i.e. returns a 'padded' offset. This is bad when reading the Heading Pairs vector (and possibly others) in the DocumentSummaryInformation stream, as they use *unpadded* strings of the type UnalignedLpstr (http://msdn.microsoft.com/en-us/library/dd950621%28v=office.12%29.aspx). I hope that this is the same bug, and not completely unrelated. Nik -- 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: [email protected] For additional commands, e-mail: [email protected]
