[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:29:42 -07:00
parent 450feb0f95
commit 09caa4d800
3 changed files with 49 additions and 1 deletions
+1
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