Fixed according to PR comment, moved cli flag to an env variable

This commit is contained in:
Amit Elkabetz
2023-03-05 20:25:39 +02:00
parent 5e7f8a51e0
commit e9e440d7f3
4 changed files with 35 additions and 18 deletions

View File

@ -91,6 +91,7 @@ static char *afl_environment_variables[] = {
"AFL_FRIDA_TRACEABLE",
"AFL_FRIDA_VERBOSE",
"AFL_FUZZER_ARGS", // oss-fuzz
"AFL_FUZZER_STATS_UPDATE_INTERVAL",
"AFL_GDB",
"AFL_GCC_ALLOWLIST",
"AFL_GCC_DENYLIST",