From: Alan T. DeKok Date: Sun, 17 Jan 2021 14:50:18 +0000 (-0500) Subject: be more forgiving about fuzzer flags X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02885e4b830a1a652edd5e30fa5983d457b5a9dc;p=thirdparty%2Ffreeradius-server.git be more forgiving about fuzzer flags --- diff --git a/src/bin/all.mk b/src/bin/all.mk index 7b66d76eac5..fc52b211120 100644 --- a/src/bin/all.mk +++ b/src/bin/all.mk @@ -26,7 +26,7 @@ FUZZER_PROTOCOLS = radius dhcpv4 dhcpv6 tacacs vmps # # Add the fuzzer only if everything was built with the fuzzing flags. # -ifneq "$(findstring -fsanitize=fuzzer,${CFLAGS})" "" +ifneq "$(findstring fuzzer,${CFLAGS})" "" # # Define a function to do all of the same thing.