]> andersk Git - openssh.git/commitdiff
- (djm) Kill ssh-rand-helper children on timeout, patch from
authordjm <djm>
Mon, 21 Oct 2002 00:13:35 +0000 (00:13 +0000)
committerdjm <djm>
Mon, 21 Oct 2002 00:13:35 +0000 (00:13 +0000)
   dtucker@zip.com.au

ChangeLog
ssh-rand-helper.c

index c98a69d1577ec763da48ff32cbf568c03d884671..6bda3a7371e5b06094eaa54b953981889e0b9fe0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 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>
index f96447b96ffd45a03f7e7d9c3bc42bc97ad3dc30..c405aeaa21b03f54e23db4cbd59ea9b00ef2ee85 100644 (file)
@@ -355,6 +355,7 @@ hash_command_output(entropy_cmd_t *src, unsigned char *hash)
                case 0:
                        /* timer expired */
                        error_abort = 1;
                case 0:
                        /* timer expired */
                        error_abort = 1;
+                       kill(pid, SIGINT);
                        break;
                case 1:
                        /* command input */
                        break;
                case 1:
                        /* command input */
This page took 0.129731 seconds and 5 git commands to generate.