diff options
author | Damien Miller <djm@mindrot.org> | 2011-01-11 17:20:05 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-01-11 17:20:05 +1100 |
commit | a256c8d680203b41c8c4c8f012c1edbc3cd72336 (patch) | |
tree | 7c3dcf97cefb39c80fea03fa010916bf57aef54e | |
parent | b73b6fd916a842dbcf800c13434a6abb6cd06ade (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-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshlogin.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -7,6 +7,11 @@ | |||
7 | [clientloop.c] | 7 | [clientloop.c] |
8 | use host and not options.hostname, as the latter may have unescaped | 8 | use host and not options.hostname, as the latter may have unescaped |
9 | substitution characters | 9 | substitution characters |
10 | - djm@cvs.openbsd.org 2011/01/11 06:06:09 | ||
11 | [sshlogin.c] | ||
12 | fd leak on error paths; from zinovik@ | ||
13 | NB. Id sync only; we use loginrec.c that was also audited and fixed | ||
14 | recently | ||
10 | 15 | ||
11 | 20110109 | 16 | 20110109 |
12 | - (djm) [Makefile.in] list ssh_host_ecdsa key in PATHSUBS; spotted by | 17 | - (djm) [Makefile.in] list ssh_host_ecdsa key in PATHSUBS; spotted by |
diff --git a/sshlogin.c b/sshlogin.c index 33bd652fb..54629f747 100644 --- a/sshlogin.c +++ b/sshlogin.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshlogin.c,v 1.26 2007/09/11 15:47:17 gilles Exp $ */ | 1 | /* $OpenBSD: sshlogin.c,v 1.27 2011/01/11 06:06:09 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |