lz4/ossfuzz
Nick Terrell 3c40db8d25 [ossfuzz] Improve the fuzzers
* 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
2019-07-15 12:22:04 -07:00
..
compress_fuzzer.c [ossfuzz] Improve the fuzzers 2019-07-15 12:22:04 -07:00
decompress_fuzzer.c [ossfuzz] Improve the fuzzers 2019-07-15 12:22:04 -07:00
fuzz_helpers.h [ossfuzz] Improve the fuzzers 2019-07-15 12:22:04 -07:00
fuzz.h [ossfuzz] Improve the fuzzers 2019-07-15 12:22:04 -07:00
Makefile [ossfuzz] Improve the fuzzers 2019-07-15 12:22:04 -07:00
ossfuzz.sh Write a simple decompress target as well 2019-06-28 22:43:04 +01:00
round_trip_fuzzer.c [ossfuzz] Improve the fuzzers 2019-07-15 12:22:04 -07:00
standaloneengine.c [ossfuzz] Improve the fuzzers 2019-07-15 12:22:04 -07:00
travisoss.sh Add a fuzzing target that compiles in the oss-fuzz environment 2019-06-28 08:30:02 +01:00