mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 04:38:08 +00:00
Fix fuzz targets killing on exit (#2277)
This commit is contained in:
@ -170,7 +170,7 @@ static void at_exit() {
|
||||
|
||||
if (pid2 > 0) {
|
||||
|
||||
pgrp = getpgid(pid1);
|
||||
pgrp = getpgid(pid2);
|
||||
if (pgrp > 0) { killpg(pgrp, kill_signal); }
|
||||
kill(pid2, kill_signal);
|
||||
|
||||
|
Reference in New Issue
Block a user