diff options
author | van Hauser <vh@thc.org> | 2020-08-11 03:40:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 03:40:12 +0200 |
commit | 67dac152269c48245dca88140b1238b36d5e0954 (patch) | |
tree | 81e8f262c1dc403e34c7b287ba68c81bb37cb4d0 /include/afl-fuzz.h | |
parent | 9cf8637fab8cf3fe8aba5660015bbe7177805807 (diff) | |
parent | 50e76fce123f01ec83024f3bbd3190f2e1a6d387 (diff) | |
download | afl++-67dac152269c48245dca88140b1238b36d5e0954.tar.gz |
Merge branch 'debug' into taint
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 88392867..02c36861 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -670,6 +670,7 @@ typedef struct afl_state { struct custom_mutator { const char *name; + char * name_short; void * dh; u8 * post_process_buf; size_t post_process_size; |