aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-01-27 00:29:11 +0100
committerJay Berkenbilt <ejb@ql.org>2020-01-27 00:29:11 +0100
commit8ed4efedba7f507f71583ae69346da3fc743b584 (patch)
treef257c3781158c74249e4fa8404ec01bde029f5ba /TODO
parente5cc065598cba386c381d24206c3350ef070a2a9 (diff)
downloadqpdf-8ed4efedba7f507f71583ae69346da3fc743b584.tar.zst
Update fuzz notes
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 8 insertions, 2 deletions
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=<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
===========