From: Alan T. DeKok Date: Thu, 10 Sep 2020 17:37:24 +0000 (-0400) Subject: update comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4df7bd33ef911eb56d70da20c9949bf37e752613;p=thirdparty%2Ffreeradius-server.git update comments --- diff --git a/src/bin/fuzzer.mk b/src/bin/fuzzer.mk index 74de2481211..67e3d889eb8 100644 --- a/src/bin/fuzzer.mk +++ b/src/bin/fuzzer.mk @@ -1,13 +1,13 @@ # -# In order to use the fuzzer, you must edit Make.inc to add: +# In order to use the fuzzer, you must build with: # -# CFLAGS += -fsanitize=fuzzer +# ./configure --enable-llvm-fuzzer-sanitizer ... # # and then re-build *all* of the source. # # Once the fuzzer is build, run it via: # -# ./build/make/jlibtool --mode=execute ./build/bin/local/fuzzer_radius -max_len=256 -D ./share/dictionary/ path/to/corpus/directory/ +# make fuzzer.PROTOCOL # #