diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-31 11:22:44 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-31 11:22:44 -0500 |
| commit | de627378b7b247c4b7fd5e0e2c44a293dfcea5b2 (patch) | |
| tree | c4a61b75d28c101366ab03182c9f620f4a69ca49 | |
| parent | 02da1eadfb18159eb8848fa8364b1f86eead0936 (diff) | |
work around crashlytics 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 3fc64cb0..5008c415 100644 --- a/static/releases.html +++ b/static/releases.html @@ -724,6 +724,7 @@ <p>Changes since the 2023123000 release:</p> <ul> + <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> <li>Sandboxed Google Play compatibility layer: fix handling of while-in-use permissions</li> |
