diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-09 19:55:10 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-09 19:55:22 -0500 |
| commit | d0d14c0064fbb1d27761e98c72639f602bcca22f (patch) | |
| tree | b3bd05287da659cf2dd5aacbdf6019e2346997a9 | |
| parent | 96d11304e537422051bbfc707a59873e1d95d8fa (diff) | |
fix upstream QPR2 Bluetooth LE audio UAF bug
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 4c6fdc9f..1a92edbc 100644 --- a/static/releases.html +++ b/static/releases.html @@ -734,6 +734,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>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> |
