Bugzilla – Attachment 868 Details for
Bug 1010
SSH sometimes hangs on exit when multiple forwarded X11 clients are closed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
openssh-4.0p1-exit-deadlock.patch (text/plain), 472 bytes, created by
Tomas Mraz
on 2005-04-06 06:41:59 AEST
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Tomas Mraz
Created:
2005-04-06 06:41:59 AEST
Size:
472 bytes
patch
obsolete
>--- openssh-4.0p1/channels.c.exit-deadlock 2005-03-01 11:24:33.000000000 +0100 >+++ openssh-4.0p1/channels.c 2005-04-05 22:25:15.197226237 +0200 >@@ -1403,6 +1403,10 @@ > u_int dlen; > int len; > >+ if(c->wfd != -1 && buffer_len(&c->output) > 0 && c->ostate == CHAN_OUTPUT_WAIT_DRAIN) { >+ debug("channel %d: forcing write", c->self); >+ FD_SET(c->wfd, writeset); >+ } > /* Send buffered output data to the socket. */ > if (c->wfd != -1 && > FD_ISSET(c->wfd, writeset) &&
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 1010
: 868