mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 13:46:45 +00:00
Merge pull request #17996 from FRRouting/mergify/bp/stable/10.0/pr-17991
zebra: fix evpn svd hash avoid double free (backport #17991)
This commit is contained in:
commit
c28079c9db
@ -1604,7 +1604,7 @@ static void svd_nh_del_terminate(void *ptr)
|
||||
struct zebra_neigh *n = ptr;
|
||||
|
||||
n->refcnt = 0;
|
||||
svd_nh_del(n);
|
||||
XFREE(MTYPE_L3NEIGH, n);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user