summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-03-10 00:10:39 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-03-10 00:25:32 -0500
commit73c7da1ee25cc68e9bc6a11e97b05f5803b7b151 (patch)
tree8168903f8de0944e7993b7552a0b0cb000d45468
parentec6d09f2b36142521eef27d29893265f698ef61a (diff)
reword UAF explanation
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 43e00d61..5fbf28e0 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -750,7 +750,7 @@
<p>Changes since the 2024030800 release:</p>
<ul>
- <li>fix upstream Android 14 QPR2 use-after-free bug impacting Bluetooth LE audio with certain devices which is reliably caught by our hardware memory tagging integration on the Pixel 8 and Pixel 8 Pro, and which is likely also breaking these devices on earlier generations due to zero-on-free but without making a nice easy to use crash report like MTE</li>
+ <li>fix upstream Android 14 QPR2 use-after-free bug impacting Bluetooth LE audio with certain devices (reliably caught by our hardware memory tagging integration on the Pixel 8 and Pixel 8 Pro, but also impacts previous devices which still have the standard hardened_malloc mitigations for use-after-free)</li>
<li>Settings: hide placeholder dates for Battery information screen in Settings > About device due to 6th/7th generation Pixel batteries having a placeholder value for the first use date</li>
</ul>
</article>