mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 17:51:32 +00:00
aligned libdislocator in readme
This commit is contained in:
parent
d2c4e60115
commit
2d7e3da2cd
@ -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.
|
Loading…
x
Reference in New Issue
Block a user