Bugzilla – Attachment 2914 Details for
Bug 2646
zombie processes when using privilege separation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add sigchld handler to inetd mode path
openssh-sigchld.patch (text/plain), 347 bytes, created by
Darren Tucker
on 2016-12-15 10:37:41 AEDT
(
hide
)
Description:
Add sigchld handler to inetd mode path
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2016-12-15 10:37:41 AEDT
Size:
347 bytes
patch
obsolete
>diff --git a/sshd.c b/sshd.c >index 816611c..4af86c4 100644 >--- a/sshd.c >+++ b/sshd.c >@@ -1835,6 +1835,7 @@ main(int ac, char **av) > > /* Get a connection, either from inetd or a listening TCP socket */ > if (inetd_flag) { >+ signal(SIGCHLD, main_sigchld_handler); > server_accept_inetd(&sock_in, &sock_out); > } else { > platform_pre_listen();
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 2646
: 2914