summaryrefslogtreecommitdiff
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 8bebeda19..4928e20b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,6 +61,10 @@
61 memory leaks detected by Coverity via elad AT netbsd.org; 61 memory leaks detected by Coverity via elad AT netbsd.org;
62 deraadt@ ok 62 deraadt@ ok
63 that should be all of them now 63 that should be all of them now
64 - djm@cvs.openbsd.org 2006/03/20 11:38:46
65 [key.c]
66 (really) last of the Coverity diffs: avoid possible NULL deref in
67 key_free. via elad AT netbsd.org; markus@ ok
64 68
6520060325 6920060325
66 - OpenBSD CVS Sync 70 - OpenBSD CVS Sync
@@ -4318,4 +4322,4 @@
4318 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4322 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4319 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4323 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4320 4324
4321$Id: ChangeLog,v 1.4258 2006/03/26 03:01:54 djm Exp $ 4325$Id: ChangeLog,v 1.4259 2006/03/26 03:02:16 djm Exp $