diff options
| author | Roy Marples <roy@marples.name> | 2019-08-21 17:16:12 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-08-21 17:16:12 +0100 |
| commit | 9e3447091382350a9fac42c1b9eaee456ed1bb3e (patch) | |
| tree | d144e298b25af5901ffbbe4b23725f4b9fb30522 /src/if-bsd.c | |
| parent | 902f076ef6617d277ab32c35481343a8c1e8463d (diff) | |
| download | dhcpcd-9e3447091382350a9fac42c1b9eaee456ed1bb3e.tar.xz | |
BSD: Dismiss a coverity error
Diffstat (limited to 'src/if-bsd.c')
| -rw-r--r-- | src/if-bsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
