]> git.puffer.fish Git - mirror/frr.git/commit
bgpd zebra: element overflow (PVS-Studio) 2602/head
authorF. Aragon <paco@voltanet.io>
Mon, 2 Jul 2018 15:05:17 +0000 (17:05 +0200)
committerF. Aragon <paco@voltanet.io>
Mon, 2 Jul 2018 17:06:54 +0000 (19:06 +0200)
commita85297a7c92297af0578fac6d2b48ca8c72a6a34
tree973b64af63600214ca2093a3115558b353bbf043
parent8d6d6b2581be7c60ab4913df1adf46098a3dc4ae
bgpd zebra: element overflow (PVS-Studio)

The warning given by PVS-Studio is related to per-element overflow (there is
no real overflow, because of how elements are mapped in the union). This
same warning is typically reported by Coverity, too.

Signed-off-by: F. Aragon <paco@voltanet.io>
bgpd/bgp_label.c
bgpd/bgp_mplsvpn.c
bgpd/bgp_route.c
zebra/connected.c
zebra/rtadv.c
zebra/zapi_msg.c