Signed-off-by: Ben Pfaff <b...@nicira.com>
---
 lib/lldp/lldpd.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/lldp/lldpd.c b/lib/lldp/lldpd.c
index eb32269..c7b40d2 100644
--- a/lib/lldp/lldpd.c
+++ b/lib/lldp/lldpd.c
@@ -402,7 +402,6 @@ lldpd_decode(struct lldpd *cfg, char *frame, int s,
      * freed with lldpd_port_cleanup() and therefore, the refcount
      * of the chassis that was attached to it is decreased.
      */
-    /* coverity[use_after_free] TAILQ_REMOVE does the right thing */
     i = list_size(&hw->h_rports);
     VLOG_DBG("%"PRIuSIZE " neighbors for %s", i, hw->h_ifname);
 
-- 
2.1.3

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to