]> git.ipfire.org Git - thirdparty/zstd.git/commit
[fuzzer] Add a fuzzer for frame info functions
authorNick Terrell <terrelln@fb.com>
Wed, 17 Apr 2019 18:24:16 +0000 (11:24 -0700)
committerNick Terrell <terrelln@fb.com>
Wed, 17 Apr 2019 18:29:42 +0000 (11:29 -0700)
commit09caa4d8008b33eb1ead919c3ada7ab217376df7
tree3e42716396fc7ace88296a32c34f0df02162820c
parent450feb0f95636a7622e3c4b1e14ba33253a8c5c9
[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()`.
tests/fuzz/Makefile
tests/fuzz/fuzz.py
tests/fuzz/zstd_frame_info.c [new file with mode: 0644]