diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-31 11:56:42 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-31 11:57:17 -0500 |
| commit | 0889eb76736d8f877e5b88f2d6b968828d39acc7 (patch) | |
| tree | c62efab079cfd7165cba1620727974f346ca26d3 | |
| parent | 14b86c599745797af7f4d8c939400ef24472b270 (diff) | |
backport fix for Wi-Fi background scan crash
| -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 c89c93dc..dd69824c 100644 --- a/static/releases.html +++ b/static/releases.html @@ -725,6 +725,7 @@ <ul> <li>Keyboard: avoid spell checker crash after keyboard's spell checking service is stopped by the OS (regression in the last Alpha channel only release fixing multi-locale spell checking)</li> + <li>backport upstream fix for Wi-Fi background scan system_server crash</li> <li>hardened_malloc / bionic: restore default SIGABRT handler in fatal_error to work around crashlytics bug caused by it using fork instead of clone which triggers a deadlock when malloc locks are held already</li> <li>skip missing sensors permission notification with wrong app id</li> <li>Sandboxed Google Play compatibility layer: avoid crashes from missing Google Search app</li> |
