Commit d4c41e2624fa0a32ab5c6b2ff368cda31be8c683
1 parent
0e51a9ac
TODO: update notes on ignored fuzz cases
Showing
1 changed file
with
4 additions
and
5 deletions
TODO
| ... | ... | @@ -3,11 +3,10 @@ Fuzz Errors |
| 3 | 3 | |
| 4 | 4 | * https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=<N> |
| 5 | 5 | |
| 6 | -* 15454: uninitialized memory error from jpeg library. Consider | |
| 7 | - marking the memory sanitizer is experimental in qpdf oss-fuzz | |
| 8 | - project because jpeg is not known to work -- see libfuzz.info or | |
| 9 | - google's docs for details. | |
| 10 | - | |
| 6 | +* Ignoring these: | |
| 7 | + * Problems inside the jpeg library: 15454, 15471, 15751, 15987 | |
| 8 | + * Timeout in xref reconstruction (won't fix): 15659 | |
| 9 | + * Out of memory: 15730 | |
| 11 | 10 | |
| 12 | 11 | Lexical |
| 13 | 12 | ======= | ... | ... |