mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
forgot the unlink ...
This commit is contained in:
@ -414,6 +414,7 @@ void sync_fuzzers(afl_state_t *afl) {
|
||||
|
||||
afl->is_master = 0;
|
||||
sprintf(qd_path, "%s/is_master", afl->out_dir);
|
||||
unlink(qd_path);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user