]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update comments
authorAlan T. DeKok <aland@freeradius.org>
Thu, 10 Sep 2020 17:37:24 +0000 (13:37 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 10 Sep 2020 17:37:24 +0000 (13:37 -0400)
src/bin/fuzzer.mk

index 74de24812112e02b1ef113c1de418ba6818be209..67e3d889eb8df2c67f7f64c204021f614d217618 100644 (file)
@@ -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
 #
 
 #