ofz: infinite loop
Change-Id: I00eb3c1d97d27755c8b34676d2fa73a72fc8f9d7
This commit is contained in:
@@ -926,7 +926,11 @@ void SVMConverter::ImplConvertFromSVM1( SvStream& rIStm, GDIMetaFile& rMtf )
|
||||
ImplReadUnicodeComment( nUnicodeCommentStreamPos, rIStm, aStr );
|
||||
rMtf.AddAction( new MetaTextAction( aPt, aStr, nIndex, nLen ) );
|
||||
}
|
||||
rIStm.Seek( nActBegin + nActionSize );
|
||||
|
||||
if (nActionSize < 24)
|
||||
rIStm.SetError(SVSTREAM_FILEFORMAT_ERROR);
|
||||
else
|
||||
rIStm.Seek(nActBegin + nActionSize);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user