mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-18 03:27:41 +02:00
fuzz: Link all targets once
This commit is contained in:
@@ -35,7 +35,7 @@ bool IsAvailableLocale(const std::string& locale_identifier)
|
||||
}
|
||||
} // namespace
|
||||
|
||||
void test_one_input(const std::vector<uint8_t>& buffer)
|
||||
FUZZ_TARGET(locale)
|
||||
{
|
||||
FuzzedDataProvider fuzzed_data_provider(buffer.data(), buffer.size());
|
||||
const std::string locale_identifier = ConsumeLocaleIdentifier(fuzzed_data_provider);
|
||||
|
||||
Reference in New Issue
Block a user