mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2024-12-11 17:04:32 -05:00
set scope of planned metadata protection
This commit is contained in:
parent
e37b36c9dd
commit
64b655f062
@ -191,7 +191,7 @@ was a bit less important and if a core goal was finding latent bugs.
|
|||||||
* Allocator state is located within a dedicated region with high entropy
|
* Allocator state is located within a dedicated region with high entropy
|
||||||
randomly sized guard regions around it
|
randomly sized guard regions around it
|
||||||
* [in-progress] Protection via Memory Protection Keys (MPK) on x86\_64
|
* [in-progress] Protection via Memory Protection Keys (MPK) on x86\_64
|
||||||
* [implementing stronger state protection is in-progress]
|
* [future] Protection via MTE on ARMv8.5+
|
||||||
* Extension for retrieving the size of allocations with fallback
|
* Extension for retrieving the size of allocations with fallback
|
||||||
to a sentinel for pointers not managed by the allocator
|
to a sentinel for pointers not managed by the allocator
|
||||||
* Can also return accurate values for pointers *within* small allocations
|
* Can also return accurate values for pointers *within* small allocations
|
||||||
|
Loading…
Reference in New Issue
Block a user