diff options
author | paul <paul> | 2005-06-13 13:57:16 +0000 |
---|---|---|
committer | paul <paul> | 2005-06-13 13:57:16 +0000 |
commit | 7461d4594aad716f24690c68c5f82bd865cf9c25 (patch) | |
tree | 9a65d1ec29bf635122177b87caa86115d9028d78 /ospfd/ChangeLog | |
parent | 1ada81981da3e6422a59d3052d32696fc93cdea1 (diff) |
2005-06-13 Paul Jakma <paul.jakma@sun.com>
* 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.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <paul.jakma@sun.com> + + * 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 <hasso at quagga.net> * ospf_apiserver.c: Fix obvious error in notifying clients about ISM |