]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_aspath.c
Bgpd: aspath json memory leak fix
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Sep 2015 18:26:36 +0000 (11:26 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Sep 2015 18:26:36 +0000 (11:26 -0700)
commit4390a8eee79f19bc2923d229df2a8cfbf9ba5d5e
tree02e36a8b23a5bc3895614a4c8ea5ba8264d3c016
parent958cab22076908e10ccd70031a7d19c6dbc058f4
Bgpd: aspath json memory leak fix

Ticket: CM-6790
Reviewed by: CCR-3453
Testing: See bug

This code change fixes these things:

(a) Fixes an assert followed by an if statement
(B) Fixes the memory leak in aspath->json
bgpd/bgp_aspath.c