Add a fuzzing target that compiles in the oss-fuzz environment
authorMax Dymond <cmeister2@gmail.com>
Tue, 25 Jun 2019 16:22:02 +0000 (17:22 +0100)
committerMax Dymond <cmeister2@gmail.com>
Fri, 28 Jun 2019 07:30:02 +0000 (08:30 +0100)
commita5cf079d4dc9097c4e58f0eb7b0996b0a6d91696
tree9c91b612a8bcbcfb0137518509d0fe3bcead50cc
parent798301b4e144fab5d25fc34566c1419685f5f1eb
Add a fuzzing target that compiles in the oss-fuzz environment
.travis.yml
Makefile
ossfuzz/Makefile [new file with mode: 0644]
ossfuzz/compress_fuzzer.cc [new file with mode: 0644]
ossfuzz/ossfuzz.sh [new file with mode: 0755]
ossfuzz/standaloneengine.cc [new file with mode: 0644]
ossfuzz/testinput.h [new file with mode: 0644]
ossfuzz/travisoss.sh [new file with mode: 0755]