diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-12 04:10:21 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-12 04:10:34 -0400 |
| commit | 2938f050300b0581523947ab27ce22f9a7dbfa06 (patch) | |
| tree | 9dbf6d3bfee2cbca37f59c522209ba897bf45c0e /static | |
| parent | 22f6808bb5af6c29fa2ccbb739c3da7f4ff568ed (diff) | |
revert stack guard size increase for now
Diffstat (limited to 'static')
| -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 b8052123..bce5dcc8 100644 --- a/static/releases.html +++ b/static/releases.html @@ -884,6 +884,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>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> |
