diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-10-25 11:05:49 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-10-25 11:05:56 -0400 |
commit | 693e40090ae7af52585ce1a6136a4bd56318fac7 (patch) | |
tree | a1560babf54c643bc5a4fb0e39811a25900ef917 /test/functional/wallet_listsinceblock.py | |
parent | 48cb468ce3f52195dfc64c6df88b8af36b77dbb0 (diff) | |
parent | dc2fdb99072b87d34620084b82a494a5e698c279 (diff) |
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 'test/functional/wallet_listsinceblock.py')
0 files changed, 0 insertions, 0 deletions