mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
fuzz: Link all targets once
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
void test_one_input(const std::vector<uint8_t>& buffer)
|
||||
FUZZ_TARGET(string)
|
||||
{
|
||||
FuzzedDataProvider fuzzed_data_provider(buffer.data(), buffer.size());
|
||||
const std::string random_string_1 = fuzzed_data_provider.ConsumeRandomLengthString(32);
|
||||
|
||||
Reference in New Issue
Block a user