Merge 4c9b13841c into merged_master (Bitcoin PR bitcoin/bitcoin#31402)

This commit is contained in:
ivanlele 2026-04-06 14:06:22 +00:00
commit fb2fe72146
No known key found for this signature in database

View file

@ -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