]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_spf.c
2005-06-13 Paul Jakma <paul.jakma@sun.com>
authorpaul <paul>
Mon, 13 Jun 2005 13:57:16 +0000 (13:57 +0000)
committerpaul <paul>
Mon, 13 Jun 2005 13:57:16 +0000 (13:57 +0000)
commit7461d4594aad716f24690c68c5f82bd865cf9c25
tree9a65d1ec29bf635122177b87caa86115d9028d78
parent1ada81981da3e6422a59d3052d32696fc93cdea1
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.
ospfd/ChangeLog
ospfd/ospf_spf.c