aboutsummaryrefslogtreecommitdiff
path: root/include/coverage-32.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-21 12:19:22 +0100
committervan Hauser <vh@thc.org>2020-12-21 12:19:22 +0100
commit7e27448dac2191060320831904f32fe9d572bc3d (patch)
treebd330e82bbd1e92d5fff1da89a04ec794e8c57f9 /include/coverage-32.h
parent2a0d066121266e55bfe538b1931c6b032be2dc90 (diff)
downloadAFLplusplus-7e27448dac2191060320831904f32fe9d572bc3d.tar.gz
another 32 bit fix
Diffstat (limited to 'include/coverage-32.h')
-rw-r--r--include/coverage-32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/coverage-32.h b/include/coverage-32.h
index 124d6ee5..a5cc498c 100644
--- a/include/coverage-32.h
+++ b/include/coverage-32.h
@@ -47,7 +47,7 @@ void simplify_trace(afl_state_t *afl, u8 *bytes) {
inline void classify_counts(afl_forkserver_t *fsrv) {
- u64 *mem = (u32 *)fsrv->trace_bits;
+ u32 *mem = (u32 *)fsrv->trace_bits;
u32 i = (fsrv->map_size >> 2);
while (i--) {