From 43ff34b49c55f03d8613e3cefd405d3c64dc354a Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 23 Jun 2019 13:51:09 -0400 Subject: [PATCH] Update TODO --- TODO | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 3a0ce8da..c357816b 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,19 @@ Performance =========== There is some performance problem that happens with some large files. -Issues 305 and 311 both seem to be examples of this. +Issues 305 and 311 both seem to be examples of this. Files saved in +../misc/bugs. + +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. + Lexical =======