Bugzilla – Attachment #156: Send SIGINT to ssh-rand-helper child in case of timeout. for
bug #400
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 400
Collapse All
|
Expand All
(-)
ssh-rand-helper.c (+1 lines)
Lines 355-360
Link Here
355
case 0:
355
case 0:
356
/* timer expired */
356
/* timer expired */
357
error_abort = 1;
357
error_abort = 1;
358
kill(pid, SIGINT);
358
break;
359
break;
359
case 1:
360
case 1:
360
/* command input */
361
/* command input */
Return to
bug 400