From: Alan T. DeKok Date: Tue, 5 Oct 2021 18:49:41 +0000 (-0400) Subject: add DNS to the fuzzer list X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3882a233ede1ece51e5b6ebdc3c90b37ccc7223a;p=thirdparty%2Ffreeradius-server.git add DNS to the fuzzer list --- diff --git a/src/bin/all.mk b/src/bin/all.mk index 1c03926ffd..1c0a74d8cd 100644 --- a/src/bin/all.mk +++ b/src/bin/all.mk @@ -23,7 +23,7 @@ SUBMAKEFILES := \ # The fuzzer binary needs special magic to run, as it doesn't parse # command-line options. See fuzzer.mk for details. # -FUZZER_PROTOCOLS = radius dhcpv4 dhcpv6 tacacs vmps tftp +FUZZER_PROTOCOLS = radius dhcpv4 dhcpv6 dns tacacs vmps tftp # # Add the fuzzer only if everything was built with the fuzzing flags.