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

Collapse All | Expand All

(-)freetype-2.3.5.orig/src/sfnt/ttmtx.c (-1 / +1 lines)
Lines 174-180 Link Here
174
    }
174
    }
175
175
176
    if ( FT_QNEW_ARRAY( *longs,  num_longs  ) ||
176
    if ( FT_QNEW_ARRAY( *longs,  num_longs  ) ||
177
         FT_QNEW_ARRAY( *shorts, num_shorts ) )
177
         (num_shorts > 0 && FT_QNEW_ARRAY( *shorts, num_shorts ) ) )
178
      goto Fail;
178
      goto Fail;
179
179
180
    if ( FT_FRAME_ENTER( table_len ) )
180
    if ( FT_FRAME_ENTER( table_len ) )

Return to bug 260076