diff options
author | hexcoder- <heiko@hexco.de> | 2020-05-14 18:41:44 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-05-14 18:41:44 +0200 |
commit | ae15803bf1cfa86067013b6b1d447de75ef45667 (patch) | |
tree | aa265550c258bb51330dead859ff945daef05652 /include/afl-fuzz.h | |
parent | 9e375179d8bfe1375625258b4fcdf018cd598cfc (diff) | |
parent | 682b620922a7d30393e30e23f4c1d7e05a83a6cc (diff) | |
download | afl++-ae15803bf1cfa86067013b6b1d447de75ef45667.tar.gz |
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index a1aa58d6..9907c245 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -323,9 +323,8 @@ typedef struct afl_env_vars { afl_bench_until_crash, afl_debug_child_output, afl_autoresume, afl_cal_fast; - u8 *afl_tmpdir, *afl_post_library, *afl_custom_mutator_library, - *afl_python_module, *afl_path, *afl_hang_tmout, *afl_skip_crashes, - *afl_preload; + u8 *afl_tmpdir, *afl_custom_mutator_library, *afl_python_module, *afl_path, + *afl_hang_tmout, *afl_skip_crashes, *afl_preload; } afl_env_vars_t; |