]> git.ipfire.org Git - thirdparty/zstd.git/commit
[fuzz] Add libFuzzer targets
authorNick Terrell <terrelln@fb.com>
Thu, 29 Jun 2017 23:53:52 +0000 (16:53 -0700)
committerNick Terrell <terrelln@fb.com>
Sat, 1 Jul 2017 00:39:56 +0000 (17:39 -0700)
commit4be7f0d45c6886f2fb8ca2bc4ca56186665e283c
treecccb6b766f33300fff516dd1350387be5576bfbd
parent983e16a26946d540f6b016fdd0fd6f575f9766c7
[fuzz] Add libFuzzer targets

* The regression driver serves both as a regression test, and as a binary for afl-fuzz.
* Next, we want to check in a seed corpus for each target. Then we can run the regression
  test binary on them on Travis or Circle CI.
fuzz/Makefile [new file with mode: 0644]
fuzz/README.md [new file with mode: 0644]
fuzz/fuzz.h [new file with mode: 0644]
fuzz/fuzz_helpers.h [new file with mode: 0644]
fuzz/regression_driver.c [new file with mode: 0644]
fuzz/simple_decompress.c [new file with mode: 0644]
fuzz/simple_round_trip.c [new file with mode: 0644]
fuzz/stream_decompress.c [new file with mode: 0644]
fuzz/stream_round_trip.c [new file with mode: 0644]