about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-01 20:16:33 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-01 20:16:33 +0100
commit2d7e3da2cd62d32ad90557d848aeddff3b761f6e (patch)
treecd25287890c4d1f4504477c9b72c73179250be18
parentd2c4e60115b263991540cf9707bb55e47e135adb (diff)
downloadafl++-2d7e3da2cd62d32ad90557d848aeddff3b761f6e.tar.gz
aligned libdislocator in readme
-rw-r--r--libdislocator/README.md (renamed from libdislocator/README.dislocator.md)2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdislocator/README.dislocator.md b/libdislocator/README.md
index d2d71606..4a11c138 100644
--- a/libdislocator/README.dislocator.md
+++ b/libdislocator/README.md
@@ -29,7 +29,7 @@ heap-related security bugs in several ways:
   - Optionally, in platforms supporting it, huge pages can be used by passing
     USEHUGEPAGE=1 to make.
   
-  - Size alignment to `sizeof(void*)` can be enforced with AFL_ALIGNED_ALLOC=1.
+  - Size alignment to `max_align_t` can be enforced with AFL_ALIGNED_ALLOC=1.
     In this case, a tail canary is inserted in the padding bytes at the end
     of the allocated zone. This reduce the ability of libdislocator to detect
     off-by-one bugs but also it make slibdislocator compliant to the C standard.