[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
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index 4663951..6cb83f9 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>