]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: bgp_evpn_mh_route_delete should ensure dest is still usable
authorDonald Sharp <sharpd@nvidia.com>
Sun, 10 Sep 2023 13:17:20 +0000 (09:17 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 11 Sep 2023 16:45:59 +0000 (12:45 -0400)
commitdade8dfdd69add9a051723ea26547cfcddb4ac14
tree3ee933b0b898adf87cfd34114eea8f5597e0b48c
parent8d39c8c9272b1ca876467af87dfc0cdbbd5ae7e4
bgpd: bgp_evpn_mh_route_delete should ensure dest is still usable

Again coverity believes that dest may be freed but it should not
be because of how locking is done.  Make coverity happy.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_evpn_mh.c