Commit Graph

2 Commits

Author SHA1 Message Date
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