mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
forkserver debug flag support
This commit is contained in:
@ -339,6 +339,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
afl_state_init(afl, map_size);
|
||||
afl->debug = debug;
|
||||
afl_fsrv_init(&afl->fsrv);
|
||||
if (debug) { afl->fsrv.debug = true ; }
|
||||
|
||||
read_afl_environment(afl, envp);
|
||||
if (afl->shm.map_size) { afl->fsrv.map_size = afl->shm.map_size; }
|
||||
|
Reference in New Issue
Block a user