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

[fuzzer] Add a fuzzer for frame info functions

Add a fuzzer that fuzzes all helper functions that take compressed
input. This fuzzer caught one out of bounds read in
`ZSTD_decompressBound()`.
This commit is contained in:
Nick Terrell
2019-04-17 11:24:16 -07:00
parent 450feb0f95
commit 09caa4d800
3 changed files with 49 additions and 1 deletions

View File

@ -36,6 +36,7 @@ TARGETS = [
'block_decompress',
'dictionary_round_trip',
'dictionary_decompress',
'zstd_frame_info',
]
ALL_TARGETS = TARGETS + ['all']
FUZZ_RNG_SEED_SIZE = 4