Skip to content

Add fuzzer for libtiff write logic

arthurscchan requested to merge arthurscchan/libtiff:oss-fuzz into master

The current libtiff fuzzer is focused on logic related to reading files. I'd like to add a fuzzer targetting logic for writing files. This fuzzer adds it with the intention of having it run on OSS-Fuzz.

Merge request reports