mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 01:01:33 +00:00
typos
This commit is contained in:
parent
3e0fe86465
commit
9c6aebba05
@ -34,7 +34,7 @@ heap-related security bugs in several ways:
|
|||||||
|
|
||||||
- Size alignment to `max_align_t` can be enforced with `AFL_ALIGNED_ALLOC=1`. In
|
- 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
|
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
|
allocated zone. This reduces the ability of libdislocator to detect
|
||||||
off-by-one bugs but also it makes libdislocator compliant to the C standard.
|
off-by-one bugs but also it makes libdislocator compliant to the C standard.
|
||||||
|
|
||||||
Basically, it is inspired by some of the non-default options available for the
|
Basically, it is inspired by some of the non-default options available for the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user