summaryrefslogtreecommitdiff
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 4928e20b6..3133fff23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,6 +65,9 @@
65 [key.c] 65 [key.c]
66 (really) last of the Coverity diffs: avoid possible NULL deref in 66 (really) last of the Coverity diffs: avoid possible NULL deref in
67 key_free. via elad AT netbsd.org; markus@ ok 67 key_free. via elad AT netbsd.org; markus@ ok
68 - deraadt@cvs.openbsd.org 2006/03/20 17:10:19
69 [auth.c key.c misc.c packet.c ssh-add.c]
70 in a switch (), break after return or goto is stupid
68 71
6920060325 7220060325
70 - OpenBSD CVS Sync 73 - OpenBSD CVS Sync
@@ -4322,4 +4325,4 @@
4322 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4325 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4323 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4326 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4324 4327
4325$Id: ChangeLog,v 1.4259 2006/03/26 03:02:16 djm Exp $ 4328$Id: ChangeLog,v 1.4260 2006/03/26 03:02:45 djm Exp $