changeset 4643:6aa99a23a825 draft

BSD: Dismiss a coverity error
author Roy Marples <roy@marples.name>
date Wed, 21 Aug 2019 17:16:12 +0100
parents 1e2ec98e40af
children 292402db994b
files src/if-bsd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/if-bsd.c	Wed Aug 21 09:15:08 2019 +0100
+++ b/src/if-bsd.c	Wed Aug 21 17:16:12 2019 +0100
@@ -1344,7 +1344,7 @@
 	 * 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);
 }