[Bug 2079] openssh 6.1/6.2 disconnect due to channel bug
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Mar 20 16:56:21 EST 2013
https://bugzilla.mindrot.org/show_bug.cgi?id=2079
--- Comment #2 from Eric <emilliken at gmail.com> ---
This fixes it for me on the openssh 6.1p1 tree:
change mux.c:226 from
if (sc->type != SSH_CHANNEL_OPEN) {
to:
if (sc->type != SSH_CHANNEL_OPEN && sc->type != SSH_CHANNEL_OPENING) {
--
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