summaryrefslogtreecommitdiffstats
path: root/ossfuzz/fuzz_helpers.h
Commit message (Collapse)AuthorAgeFilesLines
* clarify yet another time what dual-license meansYann Collet2022-07-041-1/+2
|
* Fix typos found by codespellDimitri Papadopoulos2021-11-251-1/+1
|
* [fuzz] Add HC fuzzers for round trip, compress, and streamingNick Terrell2019-07-181-2/+7
|
* [ossfuzz] Improve the fuzzersNick Terrell2019-07-151-0/+89
* Run more decompression variants * Round trip the compression fuzzer and do partial decompression as well * Add a compression fuzzer that compresses into a smaller output buffer and test the destSize variant These fuzzers caught 2 bugs that were fixed in the previous commit. * Input buffer over-read in partial decompress * Partial decompress fails if output size is 0