diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-17 14:14:58 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-17 14:14:58 +0100 |
commit | 20bcd4009b13b0b48c8e1ff4a0ac3852024f3bc8 (patch) | |
tree | b842bec565a08d430c83c55d56d8fac6dabb7860 /include | |
parent | d6d2a53087e1d52f32fe6eacf84a72b76927e361 (diff) | |
download | afl++-20bcd4009b13b0b48c8e1ff4a0ac3852024f3bc8.tar.gz |
that env is not for the users, it is an internal env used to tell qemu that we want the cmplog shmem
Diffstat (limited to 'include')
-rw-r--r-- | include/envs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/envs.h b/include/envs.h index f9344900..994d6456 100644 --- a/include/envs.h +++ b/include/envs.h @@ -24,7 +24,6 @@ const char *afl_environment_variables[] = { "AFL_DISABLE_TRIM", "AFL_DONT_OPTIMIZE", "AFL_DUMB_FORKSRV", - "___AFL_EINS_ZWEI_POLIZEI___", "AFL_ENTRYPOINT", "AFL_EXIT_WHEN_DONE", "AFL_FAST_CAL", |