Bugzilla – Attachment 1926 Details for
Bug 1818
SSH2_MSG_CHANNEL_FAILURE on closed channel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openssh-channel-failure.diff : proposed patch
openssh-channel-failure.diff (text/plain), 529 bytes, created by
Simon Tatham
on 2010-09-14 04:13:15 AEST
(
hide
)
Description:
openssh-channel-failure.diff : proposed patch
Filename:
MIME Type:
Creator:
Simon Tatham
Created:
2010-09-14 04:13:15 AEST
Size:
529 bytes
patch
obsolete
>--- openssh-SNAP-20100914.orig/serverloop.c 2010-09-13 18:03:38.000000000 +0100 >+++ openssh-SNAP-20100914/serverloop.c 2010-09-13 18:58:16.000000000 +0100 >@@ -1187,7 +1187,7 @@ > } else if ((c->type == SSH_CHANNEL_LARVAL || > c->type == SSH_CHANNEL_OPEN) && strcmp(c->ctype, "session") == 0) > success = session_input_channel_req(c, rtype); >- if (reply) { >+ if (reply && !(c->flags & CHAN_CLOSE_SENT)) { > packet_start(success ? > SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE); > packet_put_int(c->remote_id);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1818
:
1925
| 1926 |
2431