Bugzilla – Attachment 1145 Details for
Bug 1196
SIGINT is ignored by SSHD in case of privilegeseparation yes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for monitor process to handle SIGINT
SIGINT.patch (text/plain), 542 bytes, created by
senthilkumar
on 2006-06-15 16:27:55 AEST
(
hide
)
Description:
Patch for monitor process to handle SIGINT
Filename:
MIME Type:
Creator:
senthilkumar
Created:
2006-06-15 16:27:55 AEST
Size:
542 bytes
patch
obsolete
>diff -Nur openssh-4.3p2/monitor.c openssh-4.3p2_hppatch/monitor.c > >--- openssh-4.3p2/monitor.c 2006-06-15 09:53:53.000000000 +0530 > >+++ openssh-4.3p2_hppatch/monitor.c 2006-06-15 09:56:29.000000000 +0530 > >@@ -383,6 +383,7 @@ > > monitor_set_child_handler(pmonitor->m_pid); > > signal(SIGHUP, &monitor_child_handler); > > signal(SIGTERM, &monitor_child_handler); > >+ signal(SIGINT, &monitor_child_handler); > > > > if (compat20) { > > mon_dispatch = mon_dispatch_postauth20; >
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 1196
: 1145