mirror of https://github.com/bitcoin/bitcoin.git
Merge df1815e319
into b510893d00
This commit is contained in:
commit
a14ab4686f
|
@ -21,6 +21,8 @@ See [further](#run-without-sanitizers-for-increased-throughput) for more informa
|
||||||
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
|
||||||
`./build_fuzz/test/fuzz/test_runner.py --help` for more details.
|
`./build_fuzz/test/fuzz/test_runner.py --help` for more details.
|
||||||
|
|
||||||
|
For source-based `coverage reports`, see [Developer notes](https://github.com/bitcoin/bitcoin/blob/master/doc/developer-notes.md#compiling-for-fuzz-coverage).
|
||||||
|
|
||||||
## Overview of Bitcoin Core fuzzing
|
## Overview of Bitcoin Core fuzzing
|
||||||
|
|
||||||
[Google](https://github.com/google/fuzzing/) has a good overview of fuzzing in general, with contributions from key architects of some of the most-used fuzzers. [This paper](https://agroce.github.io/bitcoin_report.pdf) includes an external overview of the status of Bitcoin Core fuzzing, as of summer 2021. [John Regehr](https://blog.regehr.org/archives/1687) provides good advice on writing code that assists fuzzers in finding bugs, which is useful for developers to keep in mind.
|
[Google](https://github.com/google/fuzzing/) has a good overview of fuzzing in general, with contributions from key architects of some of the most-used fuzzers. [This paper](https://agroce.github.io/bitcoin_report.pdf) includes an external overview of the status of Bitcoin Core fuzzing, as of summer 2021. [John Regehr](https://blog.regehr.org/archives/1687) provides good advice on writing code that assists fuzzers in finding bugs, which is useful for developers to keep in mind.
|
||||||
|
|
Loading…
Reference in New Issue