summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 14:02:35 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 14:02:35 +1100
commit69b7203e6f7c93419aa1a0862962e128d68679e1 (patch)
treed9cd982618547be4c12221cd74acef834b7cc5f4 /ChangeLog
parent429fcc23db22469ca48d18ad4a2940a265965caf (diff)
- deraadt@cvs.openbsd.org 2006/03/20 17:10:19
[auth.c key.c misc.c packet.c ssh-add.c] in a switch (), break after return or goto is stupid
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4928e20b..3133fff2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,6 +65,9 @@
[key.c]
(really) last of the Coverity diffs: avoid possible NULL deref in
key_free. via elad AT netbsd.org; markus@ ok
+ - deraadt@cvs.openbsd.org 2006/03/20 17:10:19
+ [auth.c key.c misc.c packet.c ssh-add.c]
+ in a switch (), break after return or goto is stupid
20060325
- OpenBSD CVS Sync
@@ -4322,4 +4325,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.4259 2006/03/26 03:02:16 djm Exp $
+$Id: ChangeLog,v 1.4260 2006/03/26 03:02:45 djm Exp $