]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add DNS to the fuzzer list
authorAlan T. DeKok <aland@freeradius.org>
Tue, 5 Oct 2021 18:49:41 +0000 (14:49 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 5 Oct 2021 18:49:41 +0000 (14:49 -0400)
src/bin/all.mk

index 1c03926ffdd83543808db365ebcefaf17f2aeb09..1c0a74d8cd2e29d4b87c700b61e66cfaab3084a3 100644 (file)
@@ -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.