Chromium Code Reviews
DescriptionAdd a fuzzer for png_process_data
The existing png fuzzer uses png_read_rows, which is not used by any
Chromium clients. Use libpng's other API for progressive reading, which
is used both by PNGImageDecoder and PNGCodec.
Reuses much of the code from the existing fuzzer, with a build flag to
choose between them.
No need to supply any callbacks to libpng. This is merely to catch
errors within libpng itself.
BUG=697101
Review-Url: https://codereview.chromium.org/2728103003
Cr-Commit-Position: refs/heads/master@{#454921}
Committed: https://chromium.googlesource.com/chromium/src/+/11a3425fff09d249101f8fb0dcd9c00ddb80283b
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Use same seed corpuses as the original #Patch Set 4 : Share seed corpuses #Patch Set 5 : More sharing #
Total comments: 1
Messages
Total messages: 19 (10 generated)
|