mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
doc: correct libfuzzer-nosan preset flag
This commit is contained in:
parent
097c66f614
commit
16b140f225
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue