From ccc3c76e2b5d28a2372ae5752c08256396bf43e6 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Sun, 26 Jan 2020 22:14:53 +0000 Subject: [PATCH] tests: Add fuzzer strprintf to FUZZERS_MISSING_CORPORA (temporarily) --- test/fuzz/test_runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py index 9027311a8b4..6b687060e25 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",