diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-12-16 10:23:10 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-12-16 10:23:22 -0500 |
commit | 806a2c602cdf1df17b0b92258bb0d7dca2ee1ee9 (patch) | |
tree | e86cc56ff189611d6205cd33a86dc9c3c58f3fa1 /src/dbwrapper.cpp | |
parent | 6b51cce65afd9a6357277c4339d7cf56814e476e (diff) | |
parent | 893aa207e84b74e7623243967d29f03570fdfd6f (diff) |
Merge #17071: tests: Add fuzzing harness for CheckBlock(...) and other CBlock related functions
893aa207e84b74e7623243967d29f03570fdfd6f tests: Add fuzzing harness for CheckBlock(...) and other CBlock related functions (practicalswift)
ec8dcb0199c6d6ae47a13abbd158f59532554adb tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus (practicalswift)
Pull request description:
Add fuzzing harness for `CheckBlock(...)` and other `CBlock` related functions.
**Testing this PR**
Run:
```
$ CC=clang CXX=clang++ ./configure --enable-fuzz --with-sanitizers=address,fuzzer,undefined
$ make
$ src/test/fuzz/block
…
# And to to quickly verify that the relevant code regions are triggered, that the
# fuzzing throughput seems reasonable, etc.
$ contrib/devtools/test_fuzzing_harnesses.sh '^block$'
```
`test_fuzzing_harnesses.sh` can be found in PR #17000.
Top commit has no ACKs.
Tree-SHA512: 275abd46d8ac970b28d8176f59124988b1e07c070173e001acd55995b830333417f301c309199fc589da08a6ac4c03aa74650d5e1638f6e3023dfbd3c9f6921d
Diffstat (limited to 'src/dbwrapper.cpp')
0 files changed, 0 insertions, 0 deletions