diff options
author | van Hauser <vh@thc.org> | 2021-04-16 13:53:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 13:53:08 +0200 |
commit | 400ab10cfdfdb25235bf0483bc0fa0332ae11461 (patch) | |
tree | c5f5c705b502109917f722ed79549e281f5a02c3 /include/afl-fuzz.h | |
parent | 98989f1088d04dd4c0d21834c38b7683f1cfb42d (diff) | |
parent | 5dad04867461e93cefd1ecee6d336fa4d9ef632d (diff) | |
download | afl++-400ab10cfdfdb25235bf0483bc0fa0332ae11461.tar.gz |
Merge branch 'dev' into dev
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 40a7fc85..f201782a 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -384,7 +384,8 @@ typedef struct afl_env_vars { afl_dumb_forksrv, afl_import_first, afl_custom_mutator_only, afl_no_ui, afl_force_ui, afl_i_dont_care_about_missing_crashes, afl_bench_just_one, afl_bench_until_crash, afl_debug_child, afl_autoresume, afl_cal_fast, - afl_cycle_schedules, afl_expand_havoc, afl_statsd, afl_cmplog_only_new; + afl_cycle_schedules, afl_expand_havoc, afl_statsd, afl_cmplog_only_new, + afl_exit_on_seed_issues; u8 *afl_tmpdir, *afl_custom_mutator_library, *afl_python_module, *afl_path, *afl_hang_tmout, *afl_forksrv_init_tmout, *afl_skip_crashes, *afl_preload, @@ -483,7 +484,6 @@ typedef struct afl_state { no_unlink, /* do not unlink cur_input */ debug, /* Debug mode */ custom_only, /* Custom mutator only mode */ - python_only, /* Python-only mode */ is_main_node, /* if this is the main node */ is_secondary_node; /* if this is a secondary instance */ |