mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-26 14:59:16 +02:00
fuzz: add CConnman::SocketHandler() to the tests
This commit is contained in:
@@ -206,6 +206,9 @@ FUZZ_TARGET(connman, .init = initialize_connman)
|
||||
options.onion_binds.empty();
|
||||
|
||||
connman.InitBindsPublic(options);
|
||||
},
|
||||
[&] {
|
||||
connman.SocketHandlerPublic();
|
||||
});
|
||||
}
|
||||
(void)connman.GetAddedNodeInfo(fuzzed_data_provider.ConsumeBool());
|
||||
|
||||
Reference in New Issue
Block a user