From 16b140f225a24b9075ef6e4cf6f0788bf96ace5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20G=C3=B6gge?= Date: Mon, 2 Dec 2024 10:27:14 +0000 Subject: [PATCH] doc: correct libfuzzer-nosan preset flag --- doc/fuzzing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fuzzing.md b/doc/fuzzing.md index 927b0dc8d5..365314a592 100644 --- a/doc/fuzzing.md +++ b/doc/fuzzing.md @@ -15,7 +15,7 @@ $ FUZZ=process_message build_fuzz/src/test/fuzz/fuzz # abort fuzzing using ctrl-c ``` -One can use `--prefix=libfuzzer-nosan` to do the same without common sanitizers enabled. +One can use `--preset=libfuzzer-nosan` to do the same without common sanitizers enabled. See [further](#run-without-sanitizers-for-increased-throughput) for more information. There is also a runner script to execute all fuzz targets. Refer to