]> git.puffer.fish Git - matthieu/frr.git/commit
[ospf6d] Fix ospf6d crash if range defined twice
authorJon <jonirucoeith@gmail.com>
Thu, 12 Feb 2009 01:22:03 +0000 (17:22 -0800)
committerPaul Jakma <paul@quagga.net>
Thu, 18 Jun 2009 19:18:26 +0000 (20:18 +0100)
commit86f9e5a7f3a80d6df13a9750d2148693daa14c8d
tree6cdcdb8954556cd4c5b6bc7dce900746e59b1ddd
parent965f54f5ef0bd601cf129bd4b964863251313ec9
[ospf6d] Fix ospf6d crash if range defined twice

ospf6d will crash if the same range is defined twice.
There was no check if the same range had previously been defined,
thereby causing a later assert to fail.
ospf6d/ospf6_area.c