Skip to content

Commit fa44417

Browse files
author
MarcoFalke
committed
fuzz: Add missing muhash registration
1 parent 5082324 commit fa44417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/fuzz/muhash.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#include <vector>
1111

12-
void test_one_input(const std::vector<uint8_t>& buffer)
12+
FUZZ_TARGET(muhash)
1313
{
1414
FuzzedDataProvider fuzzed_data_provider{buffer.data(), buffer.size()};
1515
std::vector<uint8_t> data = ConsumeRandomLengthByteVector(fuzzed_data_provider);

0 commit comments

Comments
 (0)