]> git.puffer.fish Git - matthieu/frr.git/commit
[ospf6d] Fix ospf6d crash if removing interface with no area
authorJon <jonirucoeith@gmail.com>
Thu, 12 Feb 2009 01:30:44 +0000 (17:30 -0800)
committerPaul Jakma <paul@quagga.net>
Thu, 18 Jun 2009 19:18:26 +0000 (20:18 +0100)
commit56abbb886f6ad8dce9dd7d336d010861ca9dd2b9
tree0f59dd6d66e5c1647c4d2ffc0a270fbe0cb000f3
parent597fa7c185e34aac7bc1df22263e9414bccd9a9f
[ospf6d] Fix ospf6d crash if removing interface with no area

ospf6d will crash if attempting to remove interface when no areas have been
defined Check if any areas have been defined.  Should prevent use of empty
pointer.
ospf6d/ospf6_top.c