]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: The dplane_fpm_nl return path leaks memory
authorDonald Sharp <sharpd@nvidia.com>
Mon, 11 Dec 2023 18:41:36 +0000 (13:41 -0500)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 12 Dec 2023 06:45:53 +0000 (06:45 +0000)
commit9103e2e9f76eb09efb396811ffa8aca3cd7b56bb
treee2a233007638136b49be9b943212edb47a978e12
parentde0e358b877ac9b595e7fb387a302c960a4c02d1
zebra: The dplane_fpm_nl return path leaks memory

The route entry created when using a ctx to pass route
entry data backup to the master pthread in zebra is
being leaked.  Prevent this from happening.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 7f9c5c7fa2d927033549a806fd9025a9459f22bc)
zebra/rib.h
zebra/rt_netlink.c
zebra/zebra_rib.c