Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / pdfium / core / src / fxge / fx_freetype / fxft2.5.01 / src / base / ftobjs.c
index 96d460d..32c9ff7 100644 (file)
     if ( buffer && buffer_max > 0 )
       ((FT_Byte*)buffer)[0] = 0;
 
-    if ( face                                     &&
-         (FT_Long)glyph_index <= face->num_glyphs &&
+    if ( face                                    &&
+         (FT_Long)glyph_index < face->num_glyphs &&
          FT_HAS_GLYPH_NAMES( face )               )
     {
       FT_Service_GlyphDict  service;