commit | 9afe115f0ac738204d4edb66b9353a765826ae46 | [log] [download] |
---|---|---|
author | Darren Tucker <dtucker@zip.com.au> | Fri Jun 23 21:24:12 2006 +1000 |
committer | Darren Tucker <dtucker@zip.com.au> | Fri Jun 23 21:24:12 2006 +1000 |
tree | d7ba646ed3ae0c4ff86e95542fa4174f6d43f45d | |
parent | 3eb4834489426bd796da90299b2f8174b744dddd [diff] |
- (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@