[sshpty.c]
     remove #if defined block not needed; ok markus@ dtucker@
     NB. RCS ID sync only
This commit is contained in:
Damien Miller 2007-09-17 16:10:21 +10:00
parent 14b017d6f2
commit 1235cd387e
1 changed files with 5 additions and 1 deletions

View File

@ -45,6 +45,10 @@
[session.c ssh-keygen.c sshlogin.c]
use strcspn to properly overwrite '\n' in fgets returned buffer
ok pyr@, ray@, millert@, moritz@, chl@
- stevesk@cvs.openbsd.org 2007/09/11 23:49:09
[sshpty.c]
remove #if defined block not needed; ok markus@ dtucker@
NB. RCS ID sync only
20070914
- (dtucker) [openbsd-compat/bsd-asprintf.c] Plug mem leak in error path.
@ -3242,4 +3246,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4752 2007/09/17 06:09:15 djm Exp $
$Id: ChangeLog,v 1.4753 2007/09/17 06:10:21 djm Exp $