
dtucker at mindrot
Jun 23, 2006, 4:24 AM
Post #15 of 202
(11135 views)
Permalink
|
CVSROOT: /var/cvs Module name: openssh Changes by: dtucker [at] fuyu 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 _______________________________________________ openssh-commits mailing list openssh-commits [at] mindrot http://www.mindrot.org/mailman/listinfo/openssh-commits
|