Commit Graph

3 Commits

Author SHA1 Message Date
DavidKorczynski 9307cd2b26
ghostscript: add pdfwrite options fuzzer (#8783)
Fuzzer that will randomise more options for the ghostscript. First try
this out with interpolation, where the goal is to increase coverage of
base/gxiscale.c

Signed-off-by: David Korczynski <david@adalogics.com>

Signed-off-by: David Korczynski <david@adalogics.com>
2022-10-15 15:07:17 +01:00
DavidKorczynski a5352add98
ghostscript: add tiff fuzzer (#8012)
* ghostscript: add tiff fuzzer

Similar to all other devices with exception it writes to file instead of
/dev/null. This is needed because tiff writing requires seek abilities.
2022-07-14 23:59:09 +01:00
DavidKorczynski 3c04a4fab3
ghostscript: add three new devices fuzzers (#7981)
* ghostscript: add three new devices fuzzers

* nits

* simplify build
2022-07-09 21:10:48 +01:00