Merge 8bb40d5f56 into merged_master (Bitcoin PR #20560)

This commit is contained in:
Andrew Poelstra 2021-06-14 13:09:53 +00:00
commit 5314c886d9
100 changed files with 477 additions and 1308 deletions

View file

@ -32,7 +32,7 @@ struct DumbCheck {
};
} // namespace
void test_one_input(const std::vector<uint8_t>& buffer)
FUZZ_TARGET(checkqueue)
{
FuzzedDataProvider fuzzed_data_provider(buffer.data(), buffer.size());