Bugzilla – Attachment 2300 Details for
Bug 2120
ssh-agent: cleanup sockets on Ctrl+C with debug mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Cleanup ssh-agent sockets when in debug mode
ssh-agent-cleanup-sockets-in-debug-mode.patch (text/plain), 356 bytes, created by
Paul Wise
on 2013-06-10 11:26:11 AEST
(
hide
)
Description:
Cleanup ssh-agent sockets when in debug mode
Filename:
MIME Type:
Creator:
Paul Wise
Created:
2013-06-10 11:26:11 AEST
Size:
356 bytes
patch
obsolete
>Subject: Cleanup ssh-agent sockets when in debug mode >From: Paul Wise <pabs3@bonedaddy.net >--- a/ssh-agent.c >+++ b/ssh-agent.c >@@ -1350,6 +1350,8 @@ skip: > idtab_init(); > if (!d_flag) > signal(SIGINT, SIG_IGN); >+ else >+ signal(SIGINT, cleanup_handler); > signal(SIGPIPE, SIG_IGN); > signal(SIGHUP, cleanup_handler); > signal(SIGTERM, cleanup_handler);
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 2120
:
2300
|
2318