]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_routemap.c
bgpd: `struct bgp_path_info *`->attr must not be NULL
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 16 Oct 2019 14:25:19 +0000 (10:25 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 16 Oct 2019 17:38:29 +0000 (13:38 -0400)
commit05864da7913a4874ac3e0c808930114e3549b265
treecca27d22eb47277a512055cc8c2e26f9134bfbb5
parente10dda5773b58ee6c171141aac074168cfeac98b
bgpd: `struct bgp_path_info *`->attr must not be NULL

We make the assumption that ->attr is not NULL throughout
the code base.  We are totally inconsistent about application
of this though.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_evpn.c
bgpd/bgp_flowspec_vty.c
bgpd/bgp_pbr.c
bgpd/bgp_route.c
bgpd/bgp_routemap.c
bgpd/rfapi/rfapi.c
bgpd/rfapi/rfapi_import.c
bgpd/rfapi/rfapi_rib.c
bgpd/rfapi/rfapi_vty.c
bgpd/rfapi/vnc_import_bgp.c