mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
fuzz: Add missing SeedRandomStateForTest(SeedRand::ZEROS)
This commit is contained in:
@@ -39,6 +39,7 @@ void initialize()
|
||||
|
||||
FUZZ_TARGET(p2p_handshake, .init = ::initialize)
|
||||
{
|
||||
SeedRandomStateForTest(SeedRand::ZEROS);
|
||||
FuzzedDataProvider fuzzed_data_provider(buffer.data(), buffer.size());
|
||||
|
||||
ConnmanTestMsg& connman = static_cast<ConnmanTestMsg&>(*g_setup->m_node.connman);
|
||||
|
||||
Reference in New Issue
Block a user