pnggroup / libpng

LIBPNG: Portable Network Graphics support, official libpng repository
http://libpng.sf.net
Other
1.25k stars 611 forks source link

oss-fuzz: Add fuzzing targets for simplified READ API #566

Open tyler92 opened 2 months ago

tyler92 commented 2 months ago

New target added to libpng_read_fuzzer.cc for simplified READ API.

Although simplified APIs work via low-level API, I hope including the simplified API in fuzzing testing makes sense too.