mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
update progress on randomization
This commit is contained in:
parent
2d892e58ad
commit
11c717a7b9
1 changed files with 1 additions and 1 deletions
|
@ -192,8 +192,8 @@ was a bit less important and if a core goal was finding latent bugs.
|
||||||
* Randomly sized guard regions for large allocations
|
* Randomly sized guard regions for large allocations
|
||||||
* Random slot selection within slabs
|
* Random slot selection within slabs
|
||||||
* Randomized delayed free for slab allocations
|
* Randomized delayed free for slab allocations
|
||||||
|
* [in-progress] Randomized choice of slabs
|
||||||
* [in-progress] Randomized allocation of slabs
|
* [in-progress] Randomized allocation of slabs
|
||||||
* [more randomization coming as the implementation is matured]
|
|
||||||
* Slab allocations are zeroed on free
|
* Slab allocations are zeroed on free
|
||||||
* Large allocations are purged and memory protected on free with the memory
|
* Large allocations are purged and memory protected on free with the memory
|
||||||
mapping kept reserved in a quarantine to detect use-after-free
|
mapping kept reserved in a quarantine to detect use-after-free
|
||||||
|
|
Loading…
Add table
Reference in a new issue