Bugzilla – Attachment 2318 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]
shorter diff
bz2120.diff (text/plain), 579 bytes, created by
Damien Miller
on 2013-07-18 10:42:03 AEST
(
hide
)
Description:
shorter diff
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2013-07-18 10:42:03 AEST
Size:
579 bytes
patch
obsolete
>Index: ssh-agent.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/ssh-agent.c,v >retrieving revision 1.176 >diff -u -p -r1.176 ssh-agent.c >--- ssh-agent.c 2 Jun 2013 13:35:58 -0000 1.176 >+++ ssh-agent.c 18 Jul 2013 00:41:17 -0000 >@@ -1307,9 +1307,8 @@ skip: > if (ac > 0) > parent_alive_interval = 10; > idtab_init(); >- if (!d_flag) >- signal(SIGINT, SIG_IGN); > signal(SIGPIPE, SIG_IGN); >+ signal(SIGINT, d_flag ? cleanup_handler : SIG_IGN); > signal(SIGHUP, cleanup_handler); > signal(SIGTERM, cleanup_handler); > nalloc = 0;
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