]> git.ipfire.org Git - thirdparty/zstd.git/commit
[fuzz] Add a compression fuzzer with randomly sized output buffer (#1670)
authorNick Terrell <terrelln@fb.com>
Wed, 3 Jul 2019 05:05:07 +0000 (22:05 -0700)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2019 05:05:07 +0000 (22:05 -0700)
commite962f07d19a4064ada11fdf252790bbfc8436d49
tree37e5a4ba9f98b58e9d29afd0add29a2315f8e7e4
parent6c92ba774e269b950e0ed13f76b68d81612f2430
[fuzz] Add a compression fuzzer with randomly sized output buffer (#1670)
tests/fuzz/Makefile
tests/fuzz/fuzz.py
tests/fuzz/simple_compress.c [new file with mode: 0644]