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.2.1/src/psaux/psobjs.c~ (+5 lines)
Lines 165-170 Link Here
165
      return PSaux_Err_Invalid_Argument;
165
      return PSaux_Err_Invalid_Argument;
166
    }
166
    }
167
167
168
    if ( length < 0 ) {
169
      FT_ERROR(( "ps_table_add: invalid length\n" ));
170
      return PSaux_Err_Invalid_Argument;
171
    }
172
168
    /* grow the base block if needed */
173
    /* grow the base block if needed */
169
    if ( table->cursor + length > table->capacity )
174
    if ( table->cursor + length > table->capacity )
170
    {
175
    {

Return to bug 260076