From: Roy Marples Date: Wed, 21 Aug 2019 16:16:12 +0000 (+0100) Subject: BSD: Dismiss a coverity error X-Git-Tag: v8.0.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=223c4b4db8ad3c84fa35d9815ca76ecbc087f46c;p=thirdparty%2Fdhcpcd.git BSD: Dismiss a coverity error --- diff --git a/src/if-bsd.c b/src/if-bsd.c index a04f57ef..6d5531cb 100644 --- a/src/if-bsd.c +++ b/src/if-bsd.c @@ -1344,7 +1344,7 @@ if_handlelink(struct dhcpcd_ctx *ctx) * at the end of the header, but seems to have no issues with the * equivalent call in if_initrt. */ - /* coverity[tainted-data] */ + /* coverity[tainted_data] */ return if_dispatch(ctx, &rtm.hdr); }