]> andersk Git - openssh.git/commit - serverloop.c
- (dtucker) [channels.c configure.ac serverloop.c] Bug #1102: Around AIX
authordtucker <dtucker>
Fri, 23 Jun 2006 11:24:12 +0000 (11:24 +0000)
committerdtucker <dtucker>
Fri, 23 Jun 2006 11:24:12 +0000 (11:24 +0000)
commitea8c44d99916c0da1942d03e6ae0e48d998c351b
tree1b996f64161f01647d95c9d289538515394fa54e
parente02505e259b9d5f1c2e36144917847efd0a1ad53
 - (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@
ChangeLog
channels.c
configure.ac
serverloop.c
This page took 0.427584 seconds and 5 git commands to generate.