aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-03-09 23:01:25 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-03-09 23:01:31 -0400
commit6fb4bbfb0e5f1885bd8c4fea652facfbe3de5299 (patch)
tree091ba720be4ade44d3f4bd14204c5cd164af7cea /test
parentccb2c9e7891a53bdfcf4bbefd364fff1fb0cc30e (diff)
parente37f53648e3acc6aea75adafec4de2bdbd8cb293 (diff)
downloadbitcoin-6fb4bbfb0e5f1885bd8c4fea652facfbe3de5299.tar.xz
Merge #18176: tests: Add fuzzing harness for CScript and CScriptNum operations
e37f53648e3acc6aea75adafec4de2bdbd8cb293 Make lifetime correctness easier to see (avoid reference lifetime extension) (practicalswift) e7ddbd98937412b2e8b7a3dfacdcacfcbb1d9148 tests: Add fuzzing harness for CScriptNum operations (practicalswift) 65a52a002475056183ea8ee1a42b78aec7d68583 tests: Add fuzzing harness for CScript operations (practicalswift) eb7c50ca1f4eafed4bb9a20d3012776545a6a433 tests: Add common Consume* fuzzing functions (practicalswift) Pull request description: Add fuzzing harness for `CScript` and `CScriptNum` operations. Test this PR using: ``` $ make distclean $ ./autogen.sh $ CC=clang CXX=clang++ ./configure --enable-fuzz \ --with-sanitizers=address,fuzzer,undefined $ make $ src/test/fuzz/script_ops … $ src/test/fuzz/scriptnum_ops … ``` ACKs for top commit: MarcoFalke: ACK e37f53648e3acc6aea75adafec4de2bdbd8cb293 🦂 Tree-SHA512: 5165d918ffe3f1e3e85ab0e61d8b05934f682d324cf63ce188da5890899df2b5727aba9ed10c0437260ecff8055250e60c79d81d764bc740a7652d543a7c5fa3
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions