mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +00:00
unnice
This commit is contained in:
@ -719,7 +719,7 @@ static void __afl_start_forkserver(void) {
|
||||
|
||||
if (!child_pid) {
|
||||
|
||||
(void)nice(-20);
|
||||
//(void)nice(-20);
|
||||
|
||||
signal(SIGCHLD, old_sigchld_handler);
|
||||
|
||||
|
Reference in New Issue
Block a user