remove wrong call to write_to_file when aborted by user

This commit is contained in:
hexcoder 2020-03-11 11:11:22 +01:00 committed by GitHub
parent 66e8faaaa9
commit f1ef398909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -331,7 +331,6 @@ static u8 run_target_forkserver(afl_forkserver_t *fsrv, char **argv, u8 *mem,
if (stop_soon) {
SAYF(cRST cLRD "\n+++ afl-showmap folder mode aborted by user +++\n" cRST);
close(write_to_file(fsrv->out_file, in_data, in_len));
exit(1);
}