shithub: freetype+ttf2subf

Download patch

ref: 38a3dd55660cdaea2c187e8f24c793cdefba1d3f
parent: 0ba98da4721fbccbb5f616cd0b93bf890b334ac3
author: Werner Lemberg <[email protected]>
date: Sat Oct 17 05:15:37 EDT 2015

Typo.

git/fs: mount .git/fs: mount/attach disallowed
--- 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" ));