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

ofz: avoid oom, tmLDIV has only two slots

Change-Id: I6df2ec0790e94008eba6a7d97256440db5a26ac7
Reviewed-on: https://gerrit.libreoffice.org/45870Tested-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 a36b3f37
...@@ -1461,7 +1461,7 @@ bool MathType::HandleRecords(int nLevel, sal_uInt8 nSelector, ...@@ -1461,7 +1461,7 @@ bool MathType::HandleRecords(int nLevel, sal_uInt8 nSelector,
sMainTerm = rRet; sMainTerm = rRet;
rRet.clear(); rRet.clear();
} }
else else if (nPart == 1)
{ {
sPush += rRet; sPush += rRet;
rRet = sPush; rRet = sPush;
......
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