merge bitcoin#20882: Add missing muhash registration

This commit is contained in:
Kittywhiskers Van Gogh 2023-08-26 20:06:08 +05:30 committed by PastaPastaPasta
parent 3b25c5e84e
commit 32a3ed3b60

View File

@ -9,7 +9,7 @@
#include <vector> #include <vector>
void test_one_input(const std::vector<uint8_t>& buffer) FUZZ_TARGET(muhash)
{ {
FuzzedDataProvider fuzzed_data_provider{buffer.data(), buffer.size()}; FuzzedDataProvider fuzzed_data_provider{buffer.data(), buffer.size()};
std::vector<uint8_t> data = ConsumeRandomLengthByteVector(fuzzed_data_provider); std::vector<uint8_t> data = ConsumeRandomLengthByteVector(fuzzed_data_provider);