tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functions (netaddress.h)

This commit is contained in:
practicalswift
2020-01-31 22:37:07 +00:00
parent 31b2ce70fb
commit 815c7a6793
3 changed files with 131 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ import logging
# Fuzzers known to lack a seed corpus in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
FUZZERS_MISSING_CORPORA = [
"netaddress",
]