aboutsummaryrefslogtreecommitdiff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorEdznux <edznux@gmail.com>2020-10-06 23:23:45 +0200
committerEdznux <edznux@gmail.com>2020-10-06 23:23:45 +0200
commit17abe7d36e1bf63e149b3c0be20d3d0b7076746f (patch)
tree58c0e9ebca73d577f2cddfaf1642d36633d02ab6 /include/afl-fuzz.h
parent3d7bdc9f0b6892cb359fc07a0cef387851cbd8b1 (diff)
downloadAFLplusplus-17abe7d36e1bf63e149b3c0be20d3d0b7076746f.tar.gz
Fixed segfault because wrong order in args
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index ffb518ad..df7dd644 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -642,6 +642,7 @@ typedef struct afl_state {
char * statsd_tags_flavor;
char * statsd_tags_format;
char * statsd_metric_format;
+ int statsd_metric_format_type;
double stats_avg_exec;