- 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
This commit is contained in:
Damien Miller 2011-01-11 17:20:05 +11:00
parent b73b6fd916
commit a256c8d680
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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