From 7461d4594aad716f24690c68c5f82bd865cf9c25 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 13 Jun 2005 13:57:16 +0000 Subject: 2005-06-13 Paul Jakma * ospf_spf.c: Try get more information on a SEGV under ospf_spf_vertex_add_parent. (ospf_vertex_free) NULL out the child and nexthop lists (ospf_vertex_add_parent) nexthop and child can not be NULL vertex_nexthop's parent->child list can not be NULL (ospf_spf_next) w and cw are per-loop iteration variables, move declarations into loop body. --- ospfd/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index b45739d9..4ba7addd 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,13 @@ +2005-06-13 Paul Jakma + + * ospf_spf.c: Try get more information on a SEGV under + ospf_spf_vertex_add_parent. + (ospf_vertex_free) NULL out the child and nexthop lists + (ospf_vertex_add_parent) nexthop and child can not be NULL + vertex_nexthop's parent->child list can not be NULL + (ospf_spf_next) w and cw are per-loop iteration variables, move + declarations into loop body. + 2005-06-07 Hasso Tepper * ospf_apiserver.c: Fix obvious error in notifying clients about ISM -- cgit v1.2.1