From 38a3dd55660cdaea2c187e8f24c793cdefba1d3f Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 17 Oct 2015 09:15:37 +0200 Subject: [PATCH] Typo. --- src/cid/cidgload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cid/cidgload.c b/src/cid/cidgload.c index 59c924c65..2c0f0ec06 100644 --- a/src/cid/cidgload.c +++ b/src/cid/cidgload.c @@ -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" ));