Skip to content

Commit c1ba649

Browse files
committed
Merge pull request #161 from acv/coverity-false-positive
Fix coverity false-positive
2 parents 684bbc2 + 4f4e2e1 commit c1ba649

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)