summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-07-28 17:44:48 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-07-28 18:31:18 -0400
commit0ca8566eeb2eee2507630d4f439ba420b3e8dc96 (patch)
tree6a48ae70eef28ef4c8743c9eaeac6415ffa5e8d7
parentdb9c976e058e1f31ce39248bef9ade2c7dd11add (diff)
enforce stack clash protection for x86_64
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 59dac3c6..ebbd71ed 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -792,6 +792,7 @@
<li>Settings: don't allow disabling user installed apps when uninstall is disallowed</li>
<li>Settings: drop code for supporting the legacy Settings UI</li>
<li>Sandboxed Google Play compatibility layer: avoid infinite wait for GmsCompatConfig update when call to App Store fails</li>
+ <li>enforce stack clash protection for x86_64</li>
<li>future proof our Bionic libc changes for dynamic 64k pages (hardened_malloc still doesn't support it)</li>
<li>flash-all: remove unnecessary reboot after flashing Android Verified Boot (AVB) key</li>
<li>kernel (5.10): update to latest GKI LTS branch revision including update to 5.10.222</li>