Skip to content

Commit 1e078f1

Browse files
author
MarcoFalke
committed
Merge #20882: fuzz: Add missing muhash registration
fa44417 fuzz: Add missing muhash registration (MarcoFalke) Pull request description: otherwise it is not possible to run the target ACKs for top commit: laanwj: Code review ACK fa44417 Tree-SHA512: b6495b84890a778d3569deddfc5703d1bed95d7d5c1eb0766fd5bd9afe86a3a0ccf4726aa16cba4a5fd182d23bfb7e815f3af4eb635915397c90805585b5699e
2 parents 5082324 + fa44417 commit 1e078f1

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)