summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-11 17:20:05 +1100
committerDamien Miller <djm@mindrot.org>2011-01-11 17:20:05 +1100
commita256c8d680203b41c8c4c8f012c1edbc3cd72336 (patch)
tree7c3dcf97cefb39c80fea03fa010916bf57aef54e
parentb73b6fd916a842dbcf800c13434a6abb6cd06ade (diff)
- djm@cvs.openbsd.org 2011/01/11 06:06:09
[sshlogin.c] fd leak on error paths; from zinovik@ NB. Id sync only; we use loginrec.c that was also audited and fixed recently
-rw-r--r--ChangeLog5
-rw-r--r--sshlogin.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 828c6dee..db8af51f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@
[clientloop.c]
use host and not options.hostname, as the latter may have unescaped
substitution characters
+ - djm@cvs.openbsd.org 2011/01/11 06:06:09
+ [sshlogin.c]
+ fd leak on error paths; from zinovik@
+ NB. Id sync only; we use loginrec.c that was also audited and fixed
+ recently
20110109
- (djm) [Makefile.in] list ssh_host_ecdsa key in PATHSUBS; spotted by
diff --git a/sshlogin.c b/sshlogin.c
index 33bd652f..54629f74 100644
--- a/sshlogin.c
+++ b/sshlogin.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshlogin.c,v 1.26 2007/09/11 15:47:17 gilles Exp $ */
+/* $OpenBSD: sshlogin.c,v 1.27 2011/01/11 06:06:09 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland