| ae974647 | 17-Aug-2018 |
Don Lewis <truckman@apache.org> |
When importing a Microsoft Office Drawing Binary File Format data stream, ignore properties with the bComplex flag set indicating they have data external to the property record if the indicated size
When importing a Microsoft Office Drawing Binary File Format data stream, ignore properties with the bComplex flag set indicating they have data external to the property record if the indicated size of the data is larger than will fit in the containing property table record.
DffPropSet::GetPropertyString() should return an empty string if the bComplex flag is not set since there is no data to return. Bail out of the loop that processes the array of properties early if we hit the end of the property table record. Limit the length of the property table record to the remaining size of the stream.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838292 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|