diff options
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <paul.jakma@sun.com> + + * 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 <paul.jakma@sun.com> * (general) More Virtual-link fixes, again with much help in |