diff options
author | van Hauser <vh@thc.org> | 2019-12-30 22:01:36 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-12-30 22:01:36 +0100 |
commit | 878a80de7f5f4fb0733bd48c974b498c0010514e (patch) | |
tree | 97351114bfb4fd0d5a1fb8afdea5e08b5dd33afc /include/afl-fuzz.h | |
parent | f7e1397d989762eaf4375d2f79fde09d86e86f72 (diff) | |
download | afl++-878a80de7f5f4fb0733bd48c974b498c0010514e.tar.gz |
critical bugfix for afl-tmin
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 39398c18..52352675 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -271,6 +271,7 @@ extern u64 mem_limit; /* Memory cap for child (MB) */ extern u8 cal_cycles, /* Calibration cycles defaults */ cal_cycles_long, /* Calibration cycles defaults */ no_unlink, /* do not unlink cur_input */ + use_stdin, /* use stdin for sending data */ debug, /* Debug mode */ custom_only, /* Custom mutator only mode */ python_only; /* Python-only mode */ |