doc: correct libfuzzer-nosan preset flag

This commit is contained in:
Niklas Gögge 2024-12-02 10:27:14 +00:00 committed by GitHub
parent 097c66f614
commit 16b140f225
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ $ FUZZ=process_message build_fuzz/src/test/fuzz/fuzz
# abort fuzzing using ctrl-c # 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. See [further](#run-without-sanitizers-for-increased-throughput) for more information.
There is also a runner script to execute all fuzz targets. Refer to There is also a runner script to execute all fuzz targets. Refer to