aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2019-12-18 16:25:20 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-01-22 13:08:34 +0000
commit2f63ffd15caeb79867e56c8cedbe2c702952db9e (patch)
tree3d6f2449857594c3e38268ff5a0cd6c23cb4779c /test/fuzz
parenta51aa2880d123fc0bcbc0ccd930dbf98e4d29863 (diff)
downloadbitcoin-2f63ffd15caeb79867e56c8cedbe2c702952db9e.tar.xz
tests: Add fuzzing harness for V1TransportDeserializer (P2P transport)
Diffstat (limited to 'test/fuzz')
-rwxr-xr-xtest/fuzz/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py
index 9027311a8b..d2fc6ce312 100755
--- a/test/fuzz/test_runner.py
+++ b/test/fuzz/test_runner.py
@@ -28,6 +28,7 @@ FUZZERS_MISSING_CORPORA = [
"key_origin_info_deserialize",
"merkle_block_deserialize",
"out_point_deserialize",
+ "p2p_transport_deserializer",
"parse_hd_keypath",
"parse_numbers",
"parse_script",