[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] fuzz timeouts
From: |
Alexei Podtelezhnikov |
Subject: |
Re: [ft-devel] fuzz timeouts |
Date: |
Thu, 21 Feb 2019 13:20:54 -0500 |
> > We have 73 timeouts and counting:
> > https://bugs.chromium.org/p/oss-fuzz/issues/list?can=1&q=Timeout+proj%3Dfreetype2
> This solution would (maybe) remove most timeout reports immediately but it
> would also silently hide unreached parts of those fuzz targets.
The blanket approach to loading flags is extremely wasteful. The
fuzzing without FT_LOAD_RENDER would be so much faster. The only
productive way to fuzz the rendering is your glyphs-outlines, on the
other hand. Why is this not a solution?