mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 05:23:43 +00:00
add AFL_FORKSRV_UID and AFL_FORKSRV_GID env vars
This commit is contained in:
@ -6178,7 +6178,8 @@ u8 fuzz_one(afl_state_t *afl) {
|
||||
if (afl->do_document == 0) {
|
||||
|
||||
snprintf(path_buf, PATH_MAX, "%s/mutations", afl->out_dir);
|
||||
afl->do_document = mkdir(path_buf, 0700); // if it exists we do not care
|
||||
afl->do_document =
|
||||
mkdir(path_buf, afl->dir_perm); // if it exists we do not care
|
||||
afl->do_document = 1;
|
||||
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user