diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2019-12-18 16:25:20 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-01-22 13:08:34 +0000 |
commit | 2f63ffd15caeb79867e56c8cedbe2c702952db9e (patch) | |
tree | 3d6f2449857594c3e38268ff5a0cd6c23cb4779c /test/fuzz/test_runner.py | |
parent | a51aa2880d123fc0bcbc0ccd930dbf98e4d29863 (diff) |
tests: Add fuzzing harness for V1TransportDeserializer (P2P transport)
Diffstat (limited to 'test/fuzz/test_runner.py')
-rwxr-xr-x | test/fuzz/test_runner.py | 1 |
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", |