]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
BSD: Dismiss a coverity error
authorRoy Marples <roy@marples.name>
Wed, 21 Aug 2019 16:16:12 +0000 (17:16 +0100)
committerRoy Marples <roy@marples.name>
Wed, 21 Aug 2019 16:16:12 +0000 (17:16 +0100)
src/if-bsd.c

index a04f57ef68a3affb17ba29177fd3b7d14663b7e2..6d5531cb632634e479dfc327b93b48960e5f33c2 100644 (file)
@@ -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);
 }