diff options
author | Amit Elkabetz <12958411+amitelka@users.noreply.github.com> | 2023-03-05 20:25:39 +0200 |
---|---|---|
committer | Amit Elkabetz <12958411+amitelka@users.noreply.github.com> | 2023-03-05 20:25:39 +0200 |
commit | e9e440d7f33a61793c63f90f9555ff3c0f45b3b4 (patch) | |
tree | 4b59d4b073d416167358f5dcfb579a75eac181b1 /include | |
parent | 5e7f8a51e0f45780d9c8ff34ace6b03f8a7e1f71 (diff) | |
download | afl++-e9e440d7f33a61793c63f90f9555ff3c0f45b3b4.tar.gz |
Fixed according to PR comment, moved cli flag to an env variable
Diffstat (limited to 'include')
-rw-r--r-- | include/envs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index cf069a00..066921b9 100644 --- a/include/envs.h +++ b/include/envs.h @@ -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", |