We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097c66f commit 16b140fCopy full SHA for 16b140f
doc/fuzzing.md
@@ -15,7 +15,7 @@ $ FUZZ=process_message build_fuzz/src/test/fuzz/fuzz
15
# abort fuzzing using ctrl-c
16
```
17
18
-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.
19
See [further](#run-without-sanitizers-for-increased-throughput) for more information.
20
21
There is also a runner script to execute all fuzz targets. Refer to
0 commit comments