From b5ffa9f3dbff7dd008d4d00a88590d411ef991f2 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 1 Oct 2019 10:26:20 +0000 Subject: tests: Add Parse(...) (descriptor) fuzzing harness --- src/test/fuzz/descriptor_parse.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/test/fuzz/descriptor_parse.cpp (limited to 'src/test/fuzz') diff --git a/src/test/fuzz/descriptor_parse.cpp b/src/test/fuzz/descriptor_parse.cpp new file mode 100644 index 000000000..c4c25854f --- /dev/null +++ b/src/test/fuzz/descriptor_parse.cpp @@ -0,0 +1,22 @@ +// Copyright (c) 2009-2019 The Bitcoin Core developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + +#include +#include