aboutsummaryrefslogtreecommitdiff
path: root/instrumentation
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-05 10:40:46 +0100
committervan Hauser <vh@thc.org>2021-01-05 10:40:46 +0100
commita561de6e974f18e193507578fa376ad4cb815974 (patch)
treeeba6f217cf6e4322017aee2e364dc646b9a152d0 /instrumentation
parent7acf410ab6a15de0ed339ad0b2a334943e24491f (diff)
downloadAFLplusplus-a561de6e974f18e193507578fa376ad4cb815974.tar.gz
forgot struct keyword
Diffstat (limited to 'instrumentation')
-rw-r--r--instrumentation/afl-compiler-rt.o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c
index dbc49646..e7cdcf4a 100644
--- a/instrumentation/afl-compiler-rt.o.c
+++ b/instrumentation/afl-compiler-rt.o.c
@@ -1321,7 +1321,7 @@ void __afl_coverage_discard() {
memset(__afl_area_ptr, 0, __afl_map_size);
__afl_area_ptr[0] = 1;
- if (__afl_cmp_map) { memset(__afl_cmp_map, 0, sizeof(cmp_map)); }
+ if (__afl_cmp_map) { memset(__afl_cmp_map, 0, sizeof(struct cmp_map)); }
}