diff options
| author | GrapheneOS <contact@grapheneos.org> | 2024-10-12 16:07:46 -0400 |
|---|---|---|
| committer | GrapheneOS <contact@grapheneos.org> | 2024-10-12 16:08:14 -0400 |
| commit | 5649109f21fbb82a6423ee533fcdd1ab21620fe7 (patch) | |
| tree | 9564feb410d51378393ba734c69a36638dc1ac4b | |
| parent | 41ac8b3dd853c4618c4fe6a73f3eee2025ef13f5 (diff) | |
simplify explanation
We can use 4k stack probes so we don't really need to mention this and
cause people to think something is wrong when it isn't.
| -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 37e209e3..e632596d 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 due to the standard stack probe size of 64kiB 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 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>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 ANR stack traces file in ANR error reports</li> |
