]> granicus.if.org Git - openjpeg/commit
Add tests/fuzzers for OSS Fuzz (#965)
authorEven Rouault <even.rouault@spatialys.com>
Mon, 3 Jul 2017 12:14:03 +0000 (14:14 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Mon, 3 Jul 2017 13:42:35 +0000 (15:42 +0200)
commit1a8eac6a90ca61f3703f9b97afc2ec4918f0ab55
treeae24b880ef0ccc90196d214765f388bb6fb9e7fb
parentc308de39edc1697efbd5c10dc4852a58f9b86558
Add tests/fuzzers for OSS Fuzz (#965)
.travis.yml
tests/fuzzers/GNUmakefile [new file with mode: 0644]
tests/fuzzers/README.TXT [new file with mode: 0644]
tests/fuzzers/build_google_oss_fuzzers.sh [new file with mode: 0755]
tests/fuzzers/build_seed_corpus.sh [new file with mode: 0755]
tests/fuzzers/fuzzingengine.c [new file with mode: 0644]
tests/fuzzers/opj_decompress_fuzzer.cpp [new file with mode: 0644]
tools/travis-ci/run.sh