]> git.ipfire.org Git - thirdparty/xz.git/commit
Tests: Add a fuzz test program and a config file for OSS-Fuzz.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 2 Nov 2018 18:18:45 +0000 (20:18 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 2 Nov 2018 18:40:14 +0000 (20:40 +0200)
commit106d1a663d4ba42b63231caa289f531548df81c1
treea2af37c8a4e454b2acccd19615b804f4cb9a1830
parenta18ae42a79a19b1394b41eb3e238139fd28012ec
Tests: Add a fuzz test program and a config file for OSS-Fuzz.

Thanks to Bhargava Shastry and Github user pdknsk.
tests/Makefile.am
tests/ossfuzz/Makefile [new file with mode: 0644]
tests/ossfuzz/config/fuzz.dict [new file with mode: 0644]
tests/ossfuzz/config/fuzz.options [new file with mode: 0644]
tests/ossfuzz/fuzz.c [new file with mode: 0644]