Update fuzz notes

This commit is contained in:
Jay Berkenbilt 2020-01-26 18:29:11 -05:00
parent e5cc065598
commit 8ed4efedba
2 changed files with 9 additions and 3 deletions

View File

@ -42,7 +42,7 @@ GOOGLE OSS-FUZZ
from a qpdf fork/branch rather than qpdf/master.
python infra/helper.py build_image --pull qpdf
python infra/helper.py build_fuzzers [ --sanitizer memory|undefined|address qpdf
python infra/helper.py build_fuzzers [ --sanitizer memory|undefined|address ] qpdf
python infra/helper.py check_build qpdf
python infra/helper.py build_fuzzers --sanitizer coverage qpdf
python infra/helper.py coverage qpdf

10
TODO
View File

@ -3,9 +3,15 @@ Fuzz Errors
* https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=<N>
* To fix:
* 19253 - indirect leaks. Not sure of the cause, but it might have
something to do with multiple instances of the same object being
read and discarded during file recovery. Maybe there's a missing
call to releaseResolved.
* Ignoring these:
* Problems inside the jpeg library: 15470, 15751, 18633
* Timeout: 17630
* Problems inside the jpeg library: 15470, 15751, 18633, 18732, 18745
* Timeout: 15471, 17630
ABI Changes
===========