summaryrefslogtreecommitdiffstats
path: root/ossfuzz/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [fuzz] Add LZ4 frame fuzzersNick Terrell2019-07-191-3/+7
| | | | | | * Round trip fuzzer * Compress fuzzer * Decompress fuzzer
* [fuzz] Add HC fuzzers for round trip, compress, and streamingNick Terrell2019-07-181-1/+3
|
* [fuzzer] Update scripts for new fuzzersNick Terrell2019-07-181-0/+8
|
* [ossfuzz] Improve the fuzzersNick Terrell2019-07-151-0/+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
* Remove unnecessary call to Makefile.incMax Dymond2019-06-301-2/+0
|
* More markups for style changesMax Dymond2019-06-281-7/+7
|
* Move to using C rather than C++ for compilationMax Dymond2019-06-281-3/+9
|
* Write a simple decompress target as wellMax Dymond2019-06-281-3/+4
|
* Code review markups:Max Dymond2019-06-281-6/+6
| | | | | | - Correct use of CPPFLAGS - Detect allocation failure - Add a CHECK macro for failure
* Add a fuzzing target that compiles in the oss-fuzz environmentMax Dymond2019-06-281-0/+54