Commit 43ff34b49c55f03d8613e3cefd405d3c64dc354a

Authored by Jay Berkenbilt
1 parent 04f45cf6

Update TODO

Showing 1 changed file with 13 additions and 1 deletions
... ... @@ -2,7 +2,19 @@ Performance
2 2 ===========
3 3  
4 4 There is some performance problem that happens with some large files.
5   -Issues 305 and 311 both seem to be examples of this.
  5 +Issues 305 and 311 both seem to be examples of this. Files saved in
  6 +../misc/bugs.
  7 +
  8 +Fuzz Errors
  9 +===========
  10 +
  11 +* https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=<N>
  12 +
  13 +* 15454: uninitialized memory error from jpeg library. Consider
  14 + marking the memory sanitizer is experimental in qpdf oss-fuzz
  15 + project because jpeg is not known to work -- see libfuzz.info or
  16 + google's docs for details.
  17 +
6 18  
7 19 Lexical
8 20 =======
... ...