aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-01-31 22:37:07 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-03-09 15:16:36 +0000
commit815c7a679316e34b2072a45949ad4ecb1ae1c7fb (patch)
tree51dd712578cfd8d3204edcc5287807dad029a00b /test/fuzz
parent31b2ce70fb279e886da636716e45ec75bca0a711 (diff)
downloadbitcoin-815c7a679316e34b2072a45949ad4ecb1ae1c7fb.tar.xz
tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functions (netaddress.h)
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 d71a8719dc..b4ea30b49c 100755
--- a/test/fuzz/test_runner.py
+++ b/test/fuzz/test_runner.py
@@ -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",
]