diff --git a/README-maintainer b/README-maintainer index 1fb6df0d..e8e27e65 100644 --- a/README-maintainer +++ b/README-maintainer @@ -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 diff --git a/TODO b/TODO index 4e367cae..2ef8246e 100644 --- a/TODO +++ b/TODO @@ -3,9 +3,15 @@ Fuzz Errors * https://bugs.chromium.org/p/oss-fuzz/issues/detail?id= +* 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 ===========