diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-11-08 14:40:59 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-11-08 14:40:59 -0500 |
| commit | e44029e0bffeae5daa90b9afa4cab4065507b209 (patch) | |
| tree | 1f119b9bee6137f366faea92dad2b469a2cff5d9 /static/features.html | |
| parent | 51c65d74b3cbe664d73f32a9391ec529b7947317 (diff) | |
hardware memory tagging support
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index 521babb3..2551b477 100644 --- a/static/features.html +++ b/static/features.html @@ -292,6 +292,11 @@ allocations to block C string overflows, absorb small overflows and detect linear overflows or other heap corruption when the canary value is checked (primarily on free)</li> + <li>Hardware memory tagging for slab allocations (128k and + below) providing probabilistic detection of all use-after-free + and inter-object overflows along with deterministic detection + of all small/linear overflows and use-after-free until it has + been reused once and gone through the quarantines twice</li> </ul> </li> <li>Hardened compiler toolchain</li> |
