]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_routemap.c
bgpd: Fixed potential memory leak if additive is false in normal communities
authorNigel Kukard <nkukard@lbsd.net>
Wed, 30 Aug 2017 08:27:15 +0000 (08:27 +0000)
committerNigel Kukard <nkukard@lbsd.net>
Thu, 31 Aug 2017 23:39:53 +0000 (23:39 +0000)
commitf24804f4017708832f661cb58e922f832fbf5234
tree750ec537b5a538815ad1f65220f06a1f9c32d22f
parentceead39c09a76b5e7b918b77ba9d5e8ae0ba1330
bgpd: Fixed potential memory leak if additive is false in normal communities

The else portion of the IF dups the community, but doesn't free old

Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
bgpd/bgp_routemap.c