summaryrefslogtreecommitdiffstats
path: root/ossfuzz/standaloneengine.c
Commit message (Collapse)AuthorAgeFilesLines
* [ossfuzz] Improve the fuzzersNick Terrell2019-07-151-1/+1
| | | | | | | | | | | * 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
* Move to using C rather than C++ for compilationMax Dymond2019-06-281-0/+74