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

Collapse All | Expand All

(-)freetype-pre1.4/lib/ttgload.c.ttf-overflow (-1 / +1 lines)
Lines 236-242 Link Here
236
236
237
    FORGET_Frame();
237
    FORGET_Frame();
238
238
239
    if ( n_points > left_points )
239
    if ( n_points < 0  || n_points > left_points )
240
    {
240
    {
241
      PTRACE0(( "ERROR: Too many points in glyph %ld\n", subg->index ));
241
      PTRACE0(( "ERROR: Too many points in glyph %ld\n", subg->index ));
242
      return TT_Err_Too_Many_Points;
242
      return TT_Err_Too_Many_Points;

Return to bug 271234