summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 14:02:16 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 14:02:16 +1100
commit429fcc23db22469ca48d18ad4a2940a265965caf (patch)
treebfeb3aae0ac79c168f0470e5ad1aadfd1720dcab /ChangeLog
parent96937bd9144f582330478ed5c5b76dd3286c46e4 (diff)
- djm@cvs.openbsd.org 2006/03/20 11:38:46
[key.c] (really) last of the Coverity diffs: avoid possible NULL deref in key_free. via elad AT netbsd.org; markus@ ok
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bebeda1..4928e20b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,6 +61,10 @@
memory leaks detected by Coverity via elad AT netbsd.org;
deraadt@ ok
that should be all of them now
+ - djm@cvs.openbsd.org 2006/03/20 11:38:46
+ [key.c]
+ (really) last of the Coverity diffs: avoid possible NULL deref in
+ key_free. via elad AT netbsd.org; markus@ ok
20060325
- OpenBSD CVS Sync
@@ -4318,4 +4322,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4258 2006/03/26 03:01:54 djm Exp $
+$Id: ChangeLog,v 1.4259 2006/03/26 03:02:16 djm Exp $