This commit is contained in:
hexcoder- 2020-11-02 21:17:37 +01:00
parent d026a9a9c5
commit 350c3b323a

View File

@ -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); }