mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 01:01:33 +00:00
remove master file on exit
This commit is contained in:
parent
3b4cd98498
commit
982017a2ab
@ -1366,6 +1366,14 @@ stop_fuzzing:
|
|||||||
time_spent_working / afl->fsrv.total_execs);
|
time_spent_working / afl->fsrv.total_execs);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
if (afl->is_master) {
|
||||||
|
|
||||||
|
u8 path[PATH_MAX];
|
||||||
|
sprintf(path, "%s/is_master", afl->out_dir);
|
||||||
|
unlink(path);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
fclose(afl->fsrv.plot_file);
|
fclose(afl->fsrv.plot_file);
|
||||||
destroy_queue(afl);
|
destroy_queue(afl);
|
||||||
destroy_extras(afl);
|
destroy_extras(afl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user