mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 14:13:28 +02:00
fuzz: Add missing muhash registration
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
void test_one_input(const std::vector<uint8_t>& buffer)
|
||||
FUZZ_TARGET(muhash)
|
||||
{
|
||||
FuzzedDataProvider fuzzed_data_provider{buffer.data(), buffer.size()};
|
||||
std::vector<uint8_t> data = ConsumeRandomLengthByteVector(fuzzed_data_provider);
|
||||
|
Reference in New Issue
Block a user