lz4/ossfuzz
bimbashrestha fad8c97532 Adding fuzz data producer for uint32 and using in decompress_fuzzer
Summary: Consuming bytes from the end of data instead of from the front to prevent "all-in-one" decisions.

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
2019-08-16 10:50:46 -07:00
..
compress_frame_fuzzer.c [fuzz] Add LZ4 frame fuzzers 2019-07-18 18:54:59 -07:00
compress_fuzzer.c [ossfuzz] Improve the fuzzers 2019-07-15 12:22:04 -07:00
compress_hc_fuzzer.c [fuzz] Add HC fuzzers for round trip, compress, and streaming 2019-07-18 12:29:15 -07:00
decompress_frame_fuzzer.c [fuzz] Add LZ4 frame fuzzers 2019-07-18 18:54:59 -07:00
decompress_fuzzer.c Adding fuzz data producer for uint32 and using in decompress_fuzzer 2019-08-16 10:50:46 -07:00
fuzz_data_producer.h Adding fuzz data producer for uint32 and using in decompress_fuzzer 2019-08-16 10:50:46 -07:00
fuzz_helpers.h [fuzz] Add HC fuzzers for round trip, compress, and streaming 2019-07-18 12:29:15 -07:00
fuzz.h [ossfuzz] Improve the fuzzers 2019-07-15 12:22:04 -07:00
lz4_helpers.c [fuzz] Add LZ4 frame fuzzers 2019-07-18 18:54:59 -07:00
lz4_helpers.h [fuzz] Add LZ4 frame fuzzers 2019-07-18 18:54:59 -07:00
Makefile [fuzz] Add LZ4 frame fuzzers 2019-07-18 18:54:59 -07:00
ossfuzz.sh [fuzzer] Update scripts for new fuzzers 2019-07-18 12:29:15 -07:00
round_trip_frame_fuzzer.c [fuzz] Add LZ4 frame fuzzers 2019-07-18 18:54:59 -07:00
round_trip_fuzzer.c [ossfuzz] Improve the fuzzers 2019-07-15 12:22:04 -07:00
round_trip_hc_fuzzer.c [fuzz] Add HC fuzzers for round trip, compress, and streaming 2019-07-18 12:29:15 -07:00
round_trip_stream_fuzzer.c [fuzz] Add HC fuzzers for round trip, compress, and streaming 2019-07-18 12:29:15 -07:00
standaloneengine.c [ossfuzz] Improve the fuzzers 2019-07-15 12:22:04 -07:00
travisoss.sh [fuzzer] Update scripts for new fuzzers 2019-07-18 12:29:15 -07:00