diff options
| author | vanhauser-thc <vh@thc.org> | 2021-10-26 18:10:57 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-10-26 18:10:57 +0200 |
| commit | b4e328803c4e61c81fdf0e0412f013fcf0e72e0d (patch) | |
| tree | 2988c3322d1c35ded922063034e59736ba0c5772 /include | |
| parent | 699df8f8ce4cc5de56510f72ebff611d26710557 (diff) | |
| download | afl++-b4e328803c4e61c81fdf0e0412f013fcf0e72e0d.tar.gz | |
variants
Diffstat (limited to 'include')
| -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 88aa0a61..b95a8e43 100644 --- a/include/cmplog.h +++ b/include/cmplog.h @@ -33,7 +33,7 @@ #define CMPLOG_LVL_MAX 3 #define CMP_MAP_W 65536 -#define CMP_MAP_H 64 +#define CMP_MAP_H 32 #define CMP_MAP_RTN_H (CMP_MAP_H / 4) #define SHAPE_BYTES(x) (x + 1) |
