diff options
| author | GrapheneOS <contact@grapheneos.org> | 2024-10-12 16:38:40 -0400 |
|---|---|---|
| committer | GrapheneOS <contact@grapheneos.org> | 2024-10-12 16:38:40 -0400 |
| commit | c0b71c42e3ed309078148a745a05688827ac5ab6 (patch) | |
| tree | 564641d8b2ac13ff79923a63318e99e004089d06 /static | |
| parent | 2889aecc7b25d4f59ebe6b901f0eb79e6a04d1da (diff) | |
clarify React Native bug
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 b93c1a70..f37e0952 100644 --- a/static/releases.html +++ b/static/releases.html @@ -560,7 +560,7 @@ <ul> <li>hardened_malloc: preserve hardware memory tagging enforcement flag for slab mappings when releasing free slabs</li> <li>hardened_malloc: improve accuracy of probability hint for hardware memory tagging branches</li> - <li>temporarily revert enforcing minimum 64kiB stack guard size for arm64 since Facebook wrote a buggy stack overflow check for the React Native Hermes runtime that's incompatible with larger gap sizes and beginning to be shipped by apps</li> + <li>temporarily revert enforcing minimum 64kiB stack guard size for arm64 since Facebook recently included a buggy stack overflow check for the React Native Hermes runtime that's incompatible with larger gap sizes and beginning to be shipped by apps</li> <li>Log Viewer: add "bootloader unlocked" and "dev options enabled" flags to header</li> <li>Log Viewer: add "More info" button to native crash reports</li> <li>Log Viewer: include contents of App Not Responding (ANR) stack traces file in ANR error reports</li> |
