diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-10 18:28:40 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-10 18:28:40 -0400 |
| commit | 341938eb5e9d013e7c3788f89fa03ae14df1cf02 (patch) | |
| tree | f381e1deb8f5bc0cb88a6010e1b1f42f874568df /static | |
| parent | 7b4ab6f6365e6b999fe3ca424e08e9b659d0edec (diff) | |
Bluetooth A2DP audio fix
Diffstat (limited to 'static')
| -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 02b63745..951f63e3 100644 --- a/static/releases.html +++ b/static/releases.html @@ -318,6 +318,7 @@ <ul> <li>kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): use Clang for compiling code for the host too</li> <li>kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): add build-tools prebuilts to PATH to reduce external dependencies and avoid potential reproducibility issues</li> + <li>fix upstream bug relying on malloc addresses for sort order of 3 items, causing Bluetooth A2DP audio to fail 2/3 of the time with hardened_malloc when the expected item isn't first</li> </ul> <p>Restoration of past features since the 2020.05.05.02 release:</p> |
