diff options
author | van Hauser <vh@thc.org> | 2023-08-09 14:39:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 14:39:25 +0000 |
commit | b4bd33961c645b1fed059d5ff8269911bc941cc9 (patch) | |
tree | f8e77e6b0d5411cd831bd7a644c23b17ef89af37 /include/afl-fuzz.h | |
parent | 7f3b0a9503f90b86e8c196c6b405f0a4c8a7babc (diff) | |
parent | fcdfe9e990d84ab477cd3c571cbf540e8bc8e15a (diff) | |
download | afl++-b4bd33961c645b1fed059d5ff8269911bc941cc9.tar.gz |
Merge pull request #1821 from junwha0511/crashing-seeds-as-new-crash
Implement an option for treating crashing seeds as new crash
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index e114b0fc..18352acb 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -1,3 +1,4 @@ + /* american fuzzy lop++ - fuzzer header ------------------------------------ @@ -408,7 +409,7 @@ typedef struct afl_env_vars { *afl_max_det_extras, *afl_statsd_host, *afl_statsd_port, *afl_crash_exitcode, *afl_statsd_tags_flavor, *afl_testcache_size, *afl_testcache_entries, *afl_child_kill_signal, *afl_fsrv_kill_signal, - *afl_target_env, *afl_persistent_record, *afl_exit_on_time; + *afl_target_env, *afl_persistent_record, *afl_exit_on_time, *afl_crashing_seeds_as_new_crash; s32 afl_pizza_mode; |