[Bug 1563] USE_PIPES unconditionally set in session.c

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Thu Feb 26 23:37:07 EST 2009


https://bugzilla.mindrot.org/show_bug.cgi?id=1563


Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org




--- Comment #1 from Damien Miller <djm at mindrot.org>  2009-02-26 23:37:06 ---
We use pipes in session.c to support the "half-closed for reading"
extension (see
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL?rev=1.12;content-type=text%2Fx-cvsweb-markup;ln=1#l34)
since socketpairs don't reliably provide the signalling that we need on
all OS's.

bash's behaviour has been incorrect pretty much all along; pipes vs.
socketpairs has been a per-platform decision in OpenSSH for some years.
IMO it would be better to fix bash.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list