1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

[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

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