mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
fuzz: Link all targets once
This commit is contained in:
parent
751ffaabad
commit
44444ba759
97 changed files with 434 additions and 1306 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue