diff options
author | van Hauser <vh@thc.org> | 2022-10-24 20:46:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 20:46:31 +0200 |
commit | a075cddef6ae71516a960116f3d944efd5671e5d (patch) | |
tree | 724dd6978ebb10f52c4bdda86eb44a5494b33409 /instrumentation/afl-compiler-rt.o.c | |
parent | d1e1bbc713b22d620956143634ecdf97223aa59f (diff) | |
parent | 05e0825d66d938308842c25c4c74b5cdd4a885eb (diff) | |
download | afl++-a075cddef6ae71516a960116f3d944efd5671e5d.tar.gz |
Merge pull request #1561 from AFLplusplus/dev
push to stable
Diffstat (limited to 'instrumentation/afl-compiler-rt.o.c')
-rw-r--r-- | instrumentation/afl-compiler-rt.o.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c index 20069824..b46759d0 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -159,6 +159,7 @@ static void at_exit(int signal) { if (unlikely(child_pid > 0)) { kill(child_pid, SIGKILL); + waitpid(child_pid, NULL, 0); child_pid = -1; } |