diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-09 10:53:44 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-09 10:53:44 -0400 |
| commit | bd2dbcd48caef83ca35e70d6808e379e63b3ad45 (patch) | |
| tree | 9bba7d0725d9e188d036168778cc4196da0551ca /static | |
| parent | 5c5c0f71057bec57a0f1e5d7f3e42ef8db3f96d0 (diff) | |
clarify userfaultfd crash
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index e31b9a1a..0f4a7435 100644 --- a/static/releases.html +++ b/static/releases.html @@ -745,7 +745,7 @@ <p>Changes since the 2024040300 release:</p> <ul> - <li>avoid crashes in Chromium-based web browsers and the WebView in their sandboxed processes caused by new userfaultfd-based garbage collector enabled by Android 14 QPR2</li> + <li>avoid crashes in Chromium-based web browsers and the WebView in their sandboxed processes caused by an incompatibility between exec-based spawning and the new userfaultfd-based garbage collector enabled by Android 14 QPR2</li> <li>rebased onto AP1A.240405.002.A1 Android Open Source Project release (includes a launcher taskbar improvement)</li> <li>DNS resolver: fix upstream bug resulting in NUL byte being included in the random string for the DNS-over-TLS test query</li> <li>kernel (5.10, 6.1): update to latest GKI LTS branch revision</li> |
