Skip to content

Commit 4c9b138

Browse files
committed
Merge bitcoin/bitcoin#31402: doc: correct libfuzzer-nosan preset flag
16b140f doc: correct libfuzzer-nosan preset flag (Niklas Gögge) Pull request description: `--prefix` is not the correct option for using a preset (it's not an option at all). ACKs for top commit: maflcko: lgtm ACK 16b140f Tree-SHA512: 8c5fad4f8573bd9ef972447b2847ede61a3b6af9650a599f6ff7e90a2c009e4422715164261b424c08170c9e179cce241a3ca31ddc234f446316f24fc2c353b1
2 parents da4f4fa + 16b140f commit 4c9b138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/fuzzing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ FUZZ=process_message build_fuzz/src/test/fuzz/fuzz
1515
# abort fuzzing using ctrl-c
1616
```
1717

18-
One can use `--prefix=libfuzzer-nosan` to do the same without common sanitizers enabled.
18+
One can use `--preset=libfuzzer-nosan` to do the same without common sanitizers enabled.
1919
See [further](#run-without-sanitizers-for-increased-throughput) for more information.
2020

2121
There is also a runner script to execute all fuzz targets. Refer to

0 commit comments

Comments
 (0)