diff options
author | vanhauser-thc <vh@thc.org> | 2022-04-08 22:44:10 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-04-08 22:44:10 +0200 |
commit | e9288bcfad6e350b6f3e85d45a42bae5aea480c1 (patch) | |
tree | 23a4b94f81bc41dfae44bcd1598cd2b61ff17283 /include/envs.h | |
parent | 891f4d3c8e58ed06b0131673f9c58606f5d99978 (diff) | |
download | afl++-e9288bcfad6e350b6f3e85d45a42bae5aea480c1.tar.gz |
add AFL_KEEP_TIMEOUTS
Diffstat (limited to 'include/envs.h')
-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 1746f946..25b792fa 100644 --- a/include/envs.h +++ b/include/envs.h @@ -106,6 +106,7 @@ static char *afl_environment_variables[] = { "AFL_INPUT_LEN_MAX", "AFL_INST_LIBS", "AFL_INST_RATIO", + "AFL_KEEP_TIMEOUTS", "AFL_KILL_SIGNAL", "AFL_KEEP_TRACES", "AFL_KEEP_ASSEMBLY", |