]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: bgp_adj_in_unset needs to return the dest pointer
authorDonald Sharp <sharpd@nvidia.com>
Sun, 10 Sep 2023 13:27:51 +0000 (09:27 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 11 Sep 2023 16:45:59 +0000 (12:45 -0400)
commite6458d36b7f9347815ccd2aa2d4af8107f84fce5
treebf8e8f852a1af3524a59e98a539ada2f21c83aed
parent493075d25b1686661b89e2e6bc68cec55ed5054b
bgpd: bgp_adj_in_unset needs to return the dest pointer

This is incase it has been freed ( it wont due to locking )
and then we need to ensure that we can continue to use
the pointer.

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