mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
fuzz: Link all targets once
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
bool CastToBool(const std::vector<unsigned char>& vch);
|
||||
|
||||
void test_one_input(const std::vector<uint8_t>& buffer)
|
||||
FUZZ_TARGET(script_interpreter)
|
||||
{
|
||||
FuzzedDataProvider fuzzed_data_provider(buffer.data(), buffer.size());
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user