https://bz.apache.org/bugzilla/show_bug.cgi?id=61915
Bug ID: 61915
Summary: not copy mainDocument to _fibRgCswNew in
FileInformationBlock's constructor in POI 3.17
Product: POI
Version: unspecified
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: HWPF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
_fibRgCswNew = new byte[fibRgCswNewLength];// This is OK.
System.arraycopy(mainDocument, offset, _fibRgCswNew, 0,
fibRgCswNewLength);//This is my modification.
// LittleEndian.getByteArray( mainDocument, offset,
fibRgCswNewLength );// This is wrong line.
--
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]