mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-10 09:06:15 +01:00
fuzz: cover ASMapHealthCheck
in connman target
This commit is contained in:
parent
33b0f3ae96
commit
552cae243a
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ FUZZ_TARGET(connman, .init = initialize_connman)
|
||||||
(void)connman.GetTotalBytesSent();
|
(void)connman.GetTotalBytesSent();
|
||||||
(void)connman.GetTryNewOutboundPeer();
|
(void)connman.GetTryNewOutboundPeer();
|
||||||
(void)connman.GetUseAddrmanOutgoing();
|
(void)connman.GetUseAddrmanOutgoing();
|
||||||
|
(void)connman.ASMapHealthCheck();
|
||||||
|
|
||||||
connman.ClearTestNodes();
|
connman.ClearTestNodes();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue