about summary refs log tree commit diff
path: root/utils
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-06-08 10:56:11 +0200
committervanhauser-thc <vh@thc.org>2022-06-08 10:56:11 +0200
commit83f32c5248c8a8a1e69ca2f6f392c27c1736eef1 (patch)
tree806a28ef384b3fc5f32786f949fc79ee82c2458d /utils
parent683dcc471083540da20468a4ba505bc4f3d7bbf4 (diff)
downloadafl++-83f32c5248c8a8a1e69ca2f6f392c27c1736eef1.tar.gz
honor AFL_MAP_SIZE well outside of afl++
Diffstat (limited to 'utils')
-rw-r--r--utils/libdislocator/libdislocator.so.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/libdislocator/libdislocator.so.c b/utils/libdislocator/libdislocator.so.c
index fecf3bc6..c821a8f7 100644
--- a/utils/libdislocator/libdislocator.so.c
+++ b/utils/libdislocator/libdislocator.so.c
@@ -526,6 +526,7 @@ size_t malloc_good_size(size_t len) {
   return (len & ~(ALLOC_ALIGN_SIZE - 1)) + ALLOC_ALIGN_SIZE;
 
 }
+
 #endif
 
 __attribute__((constructor)) void __dislocator_init(void) {