]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_evpn.c
bgpd: Fix crash on shutdown
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 18 May 2018 01:32:21 +0000 (21:32 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 19 May 2018 00:40:24 +0000 (20:40 -0400)
commit7c82b3120ee18e50ca0689ac6717e94f2067b7ac
tree553720571d98927ff9d7c89948ca12340283052a
parent29be7d92cc65e685bf3e543b1033729fc7b39235
bgpd: Fix crash on shutdown

There exists code paths where the rn was being used after free.
This eliminates these code paths.

Fixes: CM-21019
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_evpn.c
bgpd/bgp_mplsvpn.c
bgpd/bgp_route.c