]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_updgrp_adv.c
*: fix coverity warnings - error handling issues
authorRenato Westphal <renato@opensourcerouting.org>
Mon, 23 Oct 2017 21:19:26 +0000 (19:19 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Tue, 24 Oct 2017 21:30:30 +0000 (19:30 -0200)
commitcbb65f5ef53d9029811e248608125ffa293753eb
tree20cad1b8d174a57e67b0f6ec637552409c597041
parent44f12f209f7019c0abbec0f919cb18a136cd7bee
*: fix coverity warnings - error handling issues

Ignore the return value of some functions in the places we know they
can't fail, and other small fixes.

Regarding the change in bgpd/rfapi/rfapi_rib.c, asserting that
rfapiRaddr2Qprefix() didn't fail is the common idiom inside the rfapi
code.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
bgpd/bgp_evpn.c
bgpd/bgp_route.c
bgpd/bgp_updgrp_adv.c
bgpd/bgp_updgrp_packet.c
bgpd/rfapi/rfapi_rib.c
eigrpd/eigrp_vty.c
vtysh/vtysh_main.c