mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
unnice2
This commit is contained in:
@ -514,7 +514,7 @@ static void __afl_start_snapshots(void) {
|
|||||||
|
|
||||||
if (!child_pid) {
|
if (!child_pid) {
|
||||||
|
|
||||||
(void)nice(-20);
|
//(void)nice(-20); // does not seem to improve
|
||||||
|
|
||||||
signal(SIGCHLD, old_sigchld_handler);
|
signal(SIGCHLD, old_sigchld_handler);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user