Re: [ft-devel] Fwd: Issue 977845 in chromium: pdf_font_fuzzer: Integer-overflow in compute_glyph_metrics

2019-08-12 Thread Alexei Podtelezhnikov
On Sat, Aug 10, 2019 at 7:32 PM Nikolaus Waxweiler wrote: > > > Undefined does not mean scary. > > Actually yes. Have you read e.g. > http://blog.llvm.org/2011/05/what-every-c-programmer-should-know_14.html? > Whether with -wrapv or with the unsigned macros, we simply disable some compiler optim

Re: [ft-devel] Transform support for OT-SVG glyphs

2019-08-12 Thread Werner LEMBERG
> I'm trying to add support for transformations to OT-SVG glyphs. > [...] > > The solution that I have in mind is, let the user pretend that the > glyph is just a traditional one, then we take the transformation > that the user has given and convert it to an equivalent one for the > SVG coordinat