DescriptionAdd fuzzer for (A)PNG decoder
Implement a fuzzer for the PNG decoder. It uses three animated png images
which I created myself, and three existing static PNG images in WebKits
LayoutTest resources as a seed corpus.
It works for both the current PNGImageDecoder, which only supports
decoding static PNGs, and the new PNGImageDecoder which also supports
decoding animated PNGs. This is achieved by having both static and
animated PNG images in the seed corpus.
BUG=437662
Patch Set 1 #Patch Set 2 : Target fuzz towards static PNG and animated PNG #
Total comments: 20
Messages
Total messages: 16 (10 generated)
|