From d4c41e2624fa0a32ab5c6b2ff368cda31be8c683 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 17 Aug 2019 10:17:35 -0400 Subject: [PATCH] TODO: update notes on ignored fuzz cases --- TODO | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index a80fcebc..bd0f1a1e 100644 --- a/TODO +++ b/TODO @@ -3,11 +3,10 @@ Fuzz Errors * https://bugs.chromium.org/p/oss-fuzz/issues/detail?id= -* 15454: uninitialized memory error from jpeg library. Consider - marking the memory sanitizer is experimental in qpdf oss-fuzz - project because jpeg is not known to work -- see libfuzz.info or - google's docs for details. - +* Ignoring these: + * Problems inside the jpeg library: 15454, 15471, 15751, 15987 + * Timeout in xref reconstruction (won't fix): 15659 + * Out of memory: 15730 Lexical =======