]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: delete_vin_type2_route may free dest
authorDonald Sharp <sharpd@nvidia.com>
Sun, 10 Sep 2023 13:15:41 +0000 (09:15 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 11 Sep 2023 16:45:59 +0000 (12:45 -0400)
commit8d39c8c9272b1ca876467af87dfc0cdbbd5ae7e4
treed3a3c80073310122db5da76c91281f79d5e5faff
parentf491b540791dd48340f139f16381a1cfbe262049
bgpd: delete_vin_type2_route may free dest

The dest pointer may be freed( but should not be
due to locking ).  Let's ensure that this assumption
is true and make coverity happy.

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