Kaydet (Commit) eaa54fd2 authored tarafından Caolán McNamara's avatar Caolán McNamara

check seek succeeded

Change-Id: Idd8f0c02e266086f069dd9e3f7f4b8944f2859d3
Reviewed-on: https://gerrit.libreoffice.org/43667Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 35ef2f6f
...@@ -6179,7 +6179,8 @@ bool SvxMSDffManager::GetShapeContainerData( SvStream& rSt, ...@@ -6179,7 +6179,8 @@ bool SvxMSDffManager::GetShapeContainerData( SvStream& rSt,
} }
else else
{ {
rSt.SeekRel( nLength ); if (!checkSeek(rSt, rSt.Tell() + nLength))
return false;
nReadSpCont += nLength; nReadSpCont += nLength;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment