]> git.ipfire.org Git - thirdparty/bind9.git/commit
Re-enable the fuzzing tests
authorOndřej Surý <ondrej@sury.org>
Fri, 31 Jul 2020 13:20:56 +0000 (15:20 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 31 Jul 2020 15:28:35 +0000 (17:28 +0200)
commit23b1caabaeb1f8f74803b3dbf2248b6e6e841ba8
tree8ec1859644df0fa71f2fdde44cf3613f435f1105
parent8acdccc955898e757171cb9dadf0ef4367a96fa2
Re-enable the fuzzing tests

The fuzzing tests were temporarily disabled when the build system has been
converted to automake.  This commit restores the functionality to run the
fuzzing tests as part of the `make check`.  When the afl or libfuzzer
is enabled via ./configure, it uses a custom LOG_DRIVER (fuzz/<fuzzer.sh>).

Currently only libfuzzer.sh has been implemented that runs each fuzz
test for 5 seconds each.
Makefile.am
configure.ac
fuzz/Makefile.am [new file with mode: 0644]
fuzz/afl.sh [new file with mode: 0755]
fuzz/libfuzzer.sh [new file with mode: 0755]
util/copyrights