Bugzilla – Attachment 156 Details for
Bug 400
ssh-keygen hangs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Send SIGINT to ssh-rand-helper child in case of timeout.
openssh-randhelper.patch (text/plain), 442 bytes, created by
Darren Tucker
on 2002-10-20 20:42:09 AEST
(
hide
)
Description:
Send SIGINT to ssh-rand-helper child in case of timeout.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2002-10-20 20:42:09 AEST
Size:
442 bytes
patch
obsolete
>Index: ssh-rand-helper.c >=================================================================== >RCS file: /cvs/openssh/ssh-rand-helper.c,v >retrieving revision 1.8 >diff -u -u -r1.8 ssh-rand-helper.c >--- ssh-rand-helper.c 28 Jul 2002 20:42:24 -0000 1.8 >+++ ssh-rand-helper.c 20 Oct 2002 10:28:00 -0000 >@@ -355,6 +355,7 @@ > case 0: > /* timer expired */ > error_abort = 1; >+ kill(pid, SIGINT); > break; > case 1: > /* command input */
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 400
: 156