summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-10-12 03:26:52 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-10-12 03:27:11 -0400
commit855a03f1c88d914c94421e690c10ea89d3be5777 (patch)
treef39b19bd41b84db53b823d32bf1e03b27e63b1bb /static
parent49e1208d10a6355ed24a9bcf4ab2d47247e95f5c (diff)
hardened_malloc hardware memory tagging fixes
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 5b6fbe3d..e02faa53 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -882,6 +882,8 @@
<p>Changes since the 2024100800 release:</p>
<ul>
+ <li>hardened_malloc: preserve hardware memory tagging enforcement flag for slab mappings when releasing free slabs</li>
+ <li>hardened_malloc: improve accuracy of probability hint for hardware memory tagging branches</li>
<li>Log Viewer: add "bootloader unlocked" and "dev options enabled" flags to header</li>
<li>Log Viewer: add "More info" button to native crash reports</li>
<li>Log Viewer: include contents of ANR stack traces file in ANR error reports</li>