]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix double free 1567/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 19 Dec 2017 13:20:30 +0000 (08:20 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 19 Dec 2017 13:20:30 +0000 (08:20 -0500)
commit449feb8ef98347c28148af86dbcbaad35070a8ad
tree0256681c9916d1ce1d84d8feb501c1edff9a7e14
parentfb8f41e455aec592eebcc4ccf4716e0c853133a6
bgpd: Fix double free

The json code was freeing json_paths and then
turning around and free'ing it again.  Newer
versions of json-c have started to assert
this bad behavior.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_route.c