- (djm) Kill ssh-rand-helper children on timeout, patch from

dtucker@zip.com.au
This commit is contained in:
Damien Miller 2002-10-21 10:13:35 +10:00
parent 3e0064781b
commit 5a5da88c59
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
20021021
- (djm) Kill ssh-rand-helper children on timeout, patch from
dtucker@zip.com.au
20021015
- (bal) Fix bug id 383 and only call loginrestrict for AIX if not root.
- (bal) More advanced strsep test by Darren Tucker <dtucker@zip.com.au>
@ -768,4 +772,4 @@
save auth method before monitor_reset_key_state(); bugzilla bug #284;
ok provos@
$Id: ChangeLog,v 1.2496 2002/10/16 00:24:03 mouring Exp $
$Id: ChangeLog,v 1.2497 2002/10/21 00:13:35 djm Exp $

View File

@ -39,7 +39,7 @@
#include "pathnames.h"
#include "log.h"
RCSID("$Id: ssh-rand-helper.c,v 1.8 2002/07/28 20:42:24 stevesk Exp $");
RCSID("$Id: ssh-rand-helper.c,v 1.9 2002/10/21 00:13:37 djm Exp $");
/* Number of bytes we write out */
#define OUTPUT_SEED_SIZE 48
@ -355,6 +355,7 @@ hash_command_output(entropy_cmd_t *src, unsigned char *hash)
case 0:
/* timer expired */
error_abort = 1;
kill(pid, SIGINT);
break;
case 1:
/* command input */