Skip to content

Commit 4f4e2e1

Browse files
committed
Add coverity comment to wdctl_stop() to confirm death.
1 parent 684bbc2 commit 4f4e2e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wdctl_thread.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ wdctl_status(int fd)
249249
}
250250

251251
/** A bit of an hack, self kills.... */
252+
/* coverity[+kill] */
252253
static void
253254
wdctl_stop(int fd)
254255
{

0 commit comments

Comments
 (0)