Commit 4404ec4ef5b8dfc7edcd92bada5e5e4bcbc9a81a

Werner Lemberg 2012-10-19T09:06:53

[cff] Fix more value errors and improve tracing. * src/cff/cffparse.c (cff_parse_integer): Emit tracing message in case of error. (cff_parse_real): Handle and trace overflow, underflow, and bad data consistently. (do_fixed): New helper function, handling and tracing overflow. (cff_parse_fixed, cff_parse_fixed_scaled): Use `do_fixed'.