From cac3b5c435613b51eddf7db4518aa6b730afb031 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Thu, 11 May 2006 13:31:11 +0000 Subject: [ospfd] Fix missing check for ospf_lookup NULL return, CID #70 2006-05-11 Paul Jakma * ospf_vty.c: (general) Audit ospf_lookup calls in commands, ensure check for NULL result, make vty messages consistent. (show_ip_ospf_interface) Missing NULL check on ospf_lookup result, fixes Coverity CID #70. --- ospfd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 99599f54..46639516 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,10 @@ +2006-05-11 Paul Jakma + + * ospf_vty.c: (general) Audit ospf_lookup calls in commands, + ensure check for NULL result, make vty messages consistent. + (show_ip_ospf_interface) Missing NULL check on ospf_lookup + result, fixes Coverity CID #70. + 2006-04-24 Paul Jakma * (general) More Virtual-link fixes, again with much help in -- cgit v1.2.1