summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2006-05-11 13:34:08 +0000
committerPaul Jakma <paul.jakma@sun.com>2006-05-11 13:34:08 +0000
commit1a8ec2b9a3557e4f6ad3c8780b72b35be6d86a3e (patch)
tree3f4ecd416c15b72ac1bbd598fc0006b8744030a7 /ospfd/ChangeLog
parentcac3b5c435613b51eddf7db4518aa6b730afb031 (diff)
[ospfd] Check NULL result from ospf_area_lookup_by_area_id, CID #69
2006-05-11 Paul Jakma <paul.jakma@sun.com> * ospf_vty.c: (no_ospf_area_filter_list) Check NULL result from ospf_area_lookup_by_area_id, fixes Coverity CID #69
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r--ospfd/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index 46639516..6cb83f9a 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -4,6 +4,8 @@
ensure check for NULL result, make vty messages consistent.
(show_ip_ospf_interface) Missing NULL check on ospf_lookup
result, fixes Coverity CID #70.
+ (no_ospf_area_filter_list) Check NULL result from
+ ospf_area_lookup_by_area_id, fixes Coverity CID #69
2006-04-24 Paul Jakma <paul.jakma@sun.com>