aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-01-04 21:25:53 +0100
committerhexcoder- <heiko@hexco.de>2021-01-04 21:25:53 +0100
commit251e72f13654b5259f57075c7dffcc3a43372449 (patch)
tree8c32ec71237e7f329e288a114405a71971892ff3 /include/config.h
parentc6e038fe25789caa8da777f53154de1bd7b4e178 (diff)
downloadAFLplusplus-251e72f13654b5259f57075c7dffcc3a43372449.tar.gz
mehr code cleanup
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 7c75e9c9..ba62d4c6 100644
--- a/include/config.h
+++ b/include/config.h
@@ -380,7 +380,7 @@
after changing this - otherwise, SEGVs may ensue. */
#define MAP_SIZE_POW2 16
-#define MAP_SIZE (1 << MAP_SIZE_POW2)
+#define MAP_SIZE (1U << MAP_SIZE_POW2)
/* Maximum allocator request size (keep well under INT_MAX): */