]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: fix double free in dampening code
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 28 Jul 2021 21:14:31 +0000 (00:14 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 28 Jul 2021 21:14:31 +0000 (00:14 +0300)
commit96d6b8cc29bf5124ae93433ecfc16b3fd69be5ea
tree0101deba0527c2509bef9e44a69a84894af9ca38
parent53d7080980bb4e3bf6ef053673ebc560c5412103
bgpd: fix double free in dampening code

bgp_damp_info_unclaim already calls bgp_reuselist_del. We must not call
it again here.

Fixes #9046.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
bgpd/bgp_damp.c