[fuzz] Add a compression fuzzer with randomly sized output buffer (#1670)

This commit is contained in:
Nick Terrell
2019-07-02 22:05:07 -07:00
committed by GitHub
parent 6c92ba774e
commit e962f07d19
3 changed files with 56 additions and 2 deletions
+1
View File
@@ -37,6 +37,7 @@ TARGETS = [
'dictionary_round_trip',
'dictionary_decompress',
'zstd_frame_info',
'simple_compress',
]
ALL_TARGETS = TARGETS + ['all']
FUZZ_RNG_SEED_SIZE = 4