This commit is contained in:
Werner Lemberg 2015-10-17 09:15:37 +02:00
parent 0ba98da472
commit 38a3dd5566
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
FT_FRAME_EXIT();
if ( fd_select >= (FT_ULong)cid->num_dicts ||
off2 >= stream->size ||
off2 > stream->size ||
off1 > off2 )
{
FT_TRACE0(( "cid_load_glyph: invalid glyph stream offsets\n" ));