Merge pull request #1773 from cuanduo/dev

fix bug
This commit is contained in:
van Hauser 2023-06-16 08:25:25 +03:00 committed by GitHub
commit a0242db421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,6 +173,7 @@ static void set_up_environment(afl_forkserver_t *fsrv) {
}
out_file = alloc_printf("%s/.afl-input-temp-%u", use_dir, getpid());
fsrv->out_file = out_file;
}