Bugzilla – Attachment 1399 Details for
Bug 1398
slave ssh sessions enter a never-ending blocking state
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Cleanup duplicate diff hunks.
openssh-4.7p1-multiplex.patch (text/plain), 470 bytes, created by
Greg Shively
on 2007-12-20 07:59:27 AEDT
(
hide
)
Description:
Cleanup duplicate diff hunks.
Filename:
MIME Type:
Creator:
Greg Shively
Created:
2007-12-20 07:59:27 AEDT
Size:
470 bytes
patch
obsolete
>--- clientloop.c >+++ clientloop.c >@@ -883,6 +883,7 @@ client_process_control(fd_set *readset) > xfree(cctx->term); > buffer_free(&cctx->cmd); > xfree(cctx); >+ close(client_fd); > return; > } > } >--- ssh.c 2007-12-13 17:01:02.349474402 -0500 >+++ ssh.c 2007-12-13 17:40:28.541375268 -0500 >@@ -1365,6 +1365,7 @@ > if (options.forward_agent) > flags |= SSHMUX_FLAG_AGENT_FWD; > >+ signal(SIGPIPE, SIG_IGN); > buffer_init(&m); > > /* Send our command to server */
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 1398
:
1388
|
1389
|
1398
| 1399