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 1ae8bf7ee4
ghostscript: add target for new devices (#7912)
* ghostscript: add target for new devices

Adds ability to target various devices and a fuzzer that targets
pdfwrite and pxlmono devices. The primary device of interest here is
likely pdfwrite as it's more widely used as far as I know.

* fix review 1

* fix review 2

* nit

* nit
2022-06-28 14:44:17 +02:00