mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 09:11:34 +00:00
fix for #562
This commit is contained in:
parent
d026a9a9c5
commit
350c3b323a
@ -656,6 +656,7 @@ static void set_up_environment(afl_forkserver_t *fsrv) {
|
||||
|
||||
unlink(out_file);
|
||||
|
||||
fsrv->out_file = out_file;
|
||||
fsrv->out_fd = open(out_file, O_RDWR | O_CREAT | O_EXCL, 0600);
|
||||
|
||||
if (fsrv->out_fd < 0) { PFATAL("Unable to create '%s'", out_file); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user