mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 12:18:08 +00:00
enable autodict for cmplog compile, it is ensure not be used in the forkserver
This commit is contained in:
@ -115,6 +115,7 @@ void afl_fsrv_init_dup(afl_forkserver_t *fsrv_to, afl_forkserver_t *from) {
|
||||
fsrv_to->out_file = NULL;
|
||||
|
||||
fsrv_to->init_child_func = fsrv_exec_child;
|
||||
//Note: do not copy ->add_extra_func
|
||||
|
||||
list_append(&fsrv_list, fsrv_to);
|
||||
|
||||
|
Reference in New Issue
Block a user