Limit the number of reads in the gzip fuzzer.
It already has two timeout mitigations - one on the size of output, one on the size of the input, but they're not enough. This CL replaces them with a single limit on the number of reads, which should hopefully mean we don't have to invest any more time dealing with silly timeouts. Bug: 1006309 Change-Id: I50c6c52b26c43826efd5071ce0b345cd9782ca84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912142Reviewed-by:David Benjamin <davidben@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#714694}
Showing
Please register or sign in to comment