diff options
author | vanhauser-thc <vh@thc.org> | 2022-08-09 10:49:05 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-08-09 10:49:05 +0200 |
commit | 38fba715463cc56ac810cc033a8064458c8f39a7 (patch) | |
tree | 6956cf230af1c48932623273f743dacc4925c88c | |
parent | 3c811de9170650a1c379e87dda9656934b49ddbb (diff) | |
download | afl++-38fba715463cc56ac810cc033a8064458c8f39a7.tar.gz |
add env var
-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 52f2d09b..02bd2ece 100644 --- a/include/envs.h +++ b/include/envs.h @@ -197,6 +197,7 @@ static char *afl_environment_variables[] = { "AFL_QEMU_INST_RANGES", "AFL_QEMU_EXCLUDE_RANGES", "AFL_QEMU_SNAPSHOT", + "AFL_QEMU_TRACK_UNSTABLE", "AFL_QUIET", "AFL_RANDOM_ALLOC_CANARY", "AFL_REAL_PATH", |