diff options
| author | MarcoFalke <[email protected]> | 2019-10-25 11:05:49 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-10-25 11:05:56 -0400 |
| commit | 693e40090ae7af52585ce1a6136a4bd56318fac7 (patch) | |
| tree | a1560babf54c643bc5a4fb0e39811a25900ef917 /src/interfaces/node.cpp | |
| parent | Merge #17242: refactor: Remove unused cacheSigStore from CheckInputsFromMempo... (diff) | |
| parent | tests: Add fuzzing harness for various CScript related functions (diff) | |
| download | discoin-693e40090ae7af52585ce1a6136a4bd56318fac7.tar.xz discoin-693e40090ae7af52585ce1a6136a4bd56318fac7.zip | |
Merge #17083: tests: Add fuzzing harness for various CScript related functions
dc2fdb99072b87d34620084b82a494a5e698c279 tests: Add fuzzing harness for various CScript related functions (practicalswift)
Pull request description:
Add fuzzing harness for various `CScript` related functions.
**Testing this PR**
Run:
```
$ CC=clang CXX=clang++ ./configure --enable-fuzz --with-sanitizers=address,fuzzer,undefined
$ make
$ src/test/fuzz/script
…
# 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 '^script$'
```
`test_fuzzing_harnesses.sh` can be found in PR #17000.
Top commit has no ACKs.
Tree-SHA512: a0c5dca3b64ae177020b2ca299a29015d70755231b6bf01edbfc67c8aac90c44b1b4d57350c3aebef6e031108e6ae8e5fa0987c67707831c314f5d3090e0cee8
Diffstat (limited to 'src/interfaces/node.cpp')
0 files changed, 0 insertions, 0 deletions