diff options
author | van Hauser <vh@thc.org> | 2023-05-30 17:29:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-30 17:29:44 +0300 |
commit | c7ced56066953dd352ab1de341e486f9ec5e29d8 (patch) | |
tree | 19d0ce0b7fcc9f5252a672fa1c640d4479c23262 /include/cmplog.h | |
parent | 8e1df8e53d359f2858168a276c46d1113d4102f2 (diff) | |
parent | 287128a196f61ab6f678a2b2b09713547868eff8 (diff) | |
download | afl++-c7ced56066953dd352ab1de341e486f9ec5e29d8.tar.gz |
Merge pull request #1747 from AFLplusplus/dev
push to stable
Diffstat (limited to 'include/cmplog.h')
-rw-r--r-- | include/cmplog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cmplog.h b/include/cmplog.h index 6e16e6b0..e4821444 100644 --- a/include/cmplog.h +++ b/include/cmplog.h @@ -34,7 +34,7 @@ #define CMP_MAP_W 65536 #define CMP_MAP_H 32 -#define CMP_MAP_RTN_H (CMP_MAP_H / 4) +#define CMP_MAP_RTN_H (CMP_MAP_H / 2) #define SHAPE_BYTES(x) (x + 1) |