[openssh-commits] CVS: fuyu.mindrot.org: openssh

Darren Tucker dtucker at mindrot.org
Fri Jun 23 21:24:14 EST 2006


CVSROOT:	/var/cvs
Module name:	openssh
Changes by:	dtucker at fuyu.mindrot.org	2006/06/23 21:24:13

Modified files:
	.              : ChangeLog channels.c configure.ac serverloop.c 

Log message:
- (dtucker) [channels.c configure.ac serverloop.c] Bug #1102: Around AIX
4.3.3 ML3 or so, the AIX pty layer starting passing zero-length writes
on the pty slave as zero-length reads on the pty master, which sshd
interprets as the descriptor closing.  Since most things don't do zero
length writes this rarely matters, but occasionally it happens, and when
it does the SSH pty session appears to hang, so we add a special case for
this condition.  ok djm@

cvs -n rdiff -u -r1.4345 -r1.4346 openssh/ChangeLog
cvs -n rdiff -u -r1.229 -r1.230 openssh/channels.c
cvs -n rdiff -u -r1.340 -r1.341 openssh/configure.ac
cvs -n rdiff -u -r1.137 -r1.138 openssh/serverloop.c




More information about the openssh-commits mailing list