Bugzilla – Attachment 2424 Details for
Bug 2225
sshd core dumps when used in high scaled environments.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
possible fix.
file_2225.txt (text/plain), 688 bytes, created by
kavitha
on 2014-04-12 13:41:10 AEST
(
hide
)
Description:
possible fix.
Filename:
MIME Type:
Creator:
kavitha
Created:
2014-04-12 13:41:10 AEST
Size:
688 bytes
patch
obsolete
>Index: crypto/openssh/sshd.c >=================================================================== >--- openssh/sshd.c >+++ openssh/sshd.c >@@ -2412,7 +2412,9 @@ cleanup_exit(int i) > { > if (the_authctxt) { > do_cleanup(the_authctxt); >- if (use_privsep && privsep_is_preauth && pmonitor->m_pid > >1) { >+ if (use_privsep && privsep_is_preauth && >+ pmonitor != NULL && >+ pmonitor->m_pid > 1) { > debug("Killing privsep child %d", pmonitor->m_pid); > if (kill(pmonitor->m_pid, SIGKILL) != 0 && > errno != ESRCH)
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 Raw
Flags:
dtucker
:
ok+
Actions:
View
Attachments on
bug 2225
: 2424