From 7ee8ca055324a08bf34c4be72aa59e990f956931 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 15 Sep 1996 16:54:01 +0000 Subject: [PATCH] Reap children git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@743 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/rnd_keys.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/des/rnd_keys.c b/lib/des/rnd_keys.c index f21165e53..054c11f8c 100644 --- a/lib/des/rnd_keys.c +++ b/lib/des/rnd_keys.c @@ -219,6 +219,7 @@ des_rand_data(unsigned char *data, int size) setitimer(ITIMER_REAL, &otv, 0); #else kill(pid, SIGKILL); + waitpid(pid, NULL, 0); #endif sigaction(SIGALRM, &osa, 0); }