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

ofz: infinite loop

Change-Id: Ie2148fd0048c6894e1b317dd2a4f2533ff2e1814
Reviewed-on: https://gerrit.libreoffice.org/45827Tested-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 0af17d7e
......@@ -2749,6 +2749,8 @@ void MathType::HandleEmblishments()
do
{
pS->ReadUChar( nEmbel );
if (!pS->good())
break;
switch (nEmbel)
{
case 0x02:
......
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