Skip to content

Commit 552cae2

Browse files
committed
fuzz: cover ASMapHealthCheck in connman target
1 parent 33b0f3a commit 552cae2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/fuzz/connman.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ FUZZ_TARGET(connman, .init = initialize_connman)
158158
(void)connman.GetTotalBytesSent();
159159
(void)connman.GetTryNewOutboundPeer();
160160
(void)connman.GetUseAddrmanOutgoing();
161+
(void)connman.ASMapHealthCheck();
161162

162163
connman.ClearTestNodes();
163164
}

0 commit comments

Comments
 (0)