Comment 19 for bug 277294

Revision history for this message
Sebastien Bacher (seb128) wrote :

cffparse.c l359:

      if ( fraction_length > 0 )
      {
        if ( ( number / power_tens[fraction_length] ) > 0x7FFFL )

adding a printf there shows that it enter the loop with fraction_length == 0 apparently when using -O1