Re: [ft-devel] [GSoC] Update From the Fuzzing Front

2018-06-17 Thread armin
> Looks good! Are you going to document your approach in `freetype2-testing's > `README.md' file? Absolutely, definitely! :) However, I plan to have a separate README for "working with/extending the the fuzz targets" to avoid polluting the main README of the testing repository. The same is true

Re: [ft-devel] [GSoC] Update From the Fuzzing Front

2018-06-16 Thread Werner LEMBERG
> Recently, I explored ways of splitting the fuzz targets that keep > engineering and runtime overhead at a minimum [...] At this point, > I am convinced that my current approach (strategy/iterator/visitor) > is flexible enough to provide everything that will be needed from > the fuzz targets wh

[ft-devel] [GSoC] Update From the Fuzzing Front

2018-06-15 Thread armin
Hi everyone, this is a quick update about my GSoC project :) Recently, I explored ways of splitting the fuzz targets that keep engineering and runtime overhead at a minimum (esp. the upcoming engineering efforts) while providing flexibility when it comes to designing fuzz targets that target spec