From 8ed4efedba7f507f71583ae69346da3fc743b584 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 26 Jan 2020 18:29:11 -0500 Subject: Update fuzz notes --- TODO | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'TODO') 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 =========== -- cgit v1.2.3-54-g00ecf