aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-01-26 22:14:53 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-01-27 21:31:42 +0000
commitccc3c76e2b5d28a2372ae5752c08256396bf43e6 (patch)
tree4f0337ce3d892433e40580eb31d34f4bf33dc4e0 /test/fuzz
parent6ef04912af7f216f3112e0e9919f67e36415a792 (diff)
downloadbitcoin-ccc3c76e2b5d28a2372ae5752c08256396bf43e6.tar.xz
tests: Add fuzzer strprintf to FUZZERS_MISSING_CORPORA (temporarily)
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..6b687060e2 100755
--- a/test/fuzz/test_runner.py
+++ b/test/fuzz/test_runner.py
@@ -39,6 +39,7 @@ FUZZERS_MISSING_CORPORA = [
"psbt_output_deserialize",
"pub_key_deserialize",
"script_deserialize",
+ "strprintf",
"sub_net_deserialize",
"tx_in",
"tx_in_deserialize",