From da5b30f6fb9437f1dc3d05a48e5e17f78695f820 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Mon, 8 May 2006 14:37:17 +0000 Subject: [bgpd] Bug #240, Fix route-server crash when static routes are configured 2006-05-08 Paul Jakma * bgp_route.c: (bgp_afi_node_get) given table should never be NULL, check/assert this. (bgp_static_update) Bug #240. Rsclients should only be passed the static update if they are configured for the afi,safi. --- bgpd/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bgpd/ChangeLog') diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 16a56fc2..21a4a56b 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -2,6 +2,10 @@ * bgp_community.c: (community_str2com) Coverity CID#62, fix double-free, use-after-free. + * bgp_route.c: (bgp_afi_node_get) given table should never be + NULL, check/assert this. + (bgp_static_update) Bug #240. Rsclients should only be passed + the static update if they are configured for the afi,safi. 2006-05-04 Paul Jakma -- cgit v1.2.1