mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
fix bug #69892
This commit is contained in:
@ -62,7 +62,10 @@ namespace DocFileFormat
|
||||
{
|
||||
ProtInfoBookmark *newObject = new ProtInfoBookmark();
|
||||
|
||||
newObject->id = reader->ReadUInt32();
|
||||
if (length > 8)
|
||||
{
|
||||
newObject->id = reader->ReadUInt32();
|
||||
}
|
||||
|
||||
newObject->uidSel = reader->ReadUInt16();
|
||||
newObject->iProt = reader->ReadUInt16();
|
||||
|
||||
Reference in New Issue
Block a user