]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: delete_evpn_route ensure that dest is not freed before usage
authorDonald Sharp <sharpd@nvidia.com>
Sun, 10 Sep 2023 13:12:26 +0000 (09:12 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 11 Sep 2023 16:45:59 +0000 (12:45 -0400)
commitf491b540791dd48340f139f16381a1cfbe262049
treeb165cb900ed02760fd9eb71afeda2699c9df3a42
parentb45925ad100c85404d15bce19a3e584ecb60f920
bgpd: delete_evpn_route ensure that dest is not freed before usage

There exist two spots in this function where the dest could be
freed, but is not due to locking, but coverity thinks it might
so let's make the function happy.

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