From aa94ca86ba0323d61fc3bc9b881718567ee943b3 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Sat, 18 Feb 2006 10:49:04 +0000 Subject: [bug #89] Fix leak of community when set community is used 2006-02-18 Paul Jakma * bgp_routemap.c: (route_set_community) Quick, very hacky, fix for the set-community leak, bug #89. True fix will be to detangle the web of *_intern caching and provide saner object caching for Quagga, future work. --- bgpd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bgpd/ChangeLog') diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 6101b50e..78a22e67 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,10 @@ +2006-02-18 Paul Jakma + + * bgp_routemap.c: (route_set_community) Quick, very hacky, fix + for the set-community leak, bug #89. True fix will be to + detangle the web of *_intern caching and provide saner object + caching for Quagga, future work. + 2006-02-05 Paul Jakma * bgp_route.h: Add BGP_INFO_COUNTED to track whether -- cgit v1.2.1