- 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
This commit is contained in:
parent
14b017d6f2
commit
1235cd387e
|
@ -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 $
|
||||
|
|
Loading…
Reference in New Issue