Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 124828 | Differences between
and this patch

Collapse All | Expand All

(-)freetype-2.1.7.orig/src/cff/cffload.c (-2 / +2 lines)
Lines 1235-1241 Link Here
1235
      }
1235
      }
1236
1236
1237
      /* access element */
1237
      /* access element */
1238
      if ( off1 )
1238
      if ( off1 && off2 > off1 )
1239
      {
1239
      {
1240
        *pbyte_len = off2 - off1;
1240
        *pbyte_len = off2 - off1;
1241
1241
Lines 1974-1980 Link Here
1974
1974
1975
    if ( error )
1975
    if ( error )
1976
      goto Exit;
1976
      goto Exit;
1977
1977
 
1978
    /* if it is a CID font, we stop there */
1978
    /* if it is a CID font, we stop there */
1979
    if ( top->cid_registry )
1979
    if ( top->cid_registry )
1980
      goto Exit;
1980
      goto Exit;
(-)freetype-2.1.7.orig/src/pshinter/pshglob.c (-1 / +1 lines)
Lines 150-156 Link Here
150
    FT_UNUSED( target );
150
    FT_UNUSED( target );
151
151
152
152
153
    for ( ; read_count > 0; read_count -= 2 )
153
    for ( ; read_count > 1; read_count -= 2 )
154
    {
154
    {
155
      FT_Int         reference, delta;
155
      FT_Int         reference, delta;
156
      FT_UInt        count;
156
      FT_UInt        count;

Return to bug 124828