tests: Add fuzzing harness for V1TransportDeserializer (P2P transport)

This commit is contained in:
practicalswift
2019-12-18 16:25:20 +00:00
parent a51aa2880d
commit 2f63ffd15c
3 changed files with 55 additions and 0 deletions

View File

@@ -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",