diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-12 05:46:19 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-12 05:46:19 -0400 |
| commit | 34cf125bc6fd230933c0d39cbb98bc5aa833710a (patch) | |
| tree | dc07cfc4c814323148f32fc72d5964c570f6283f /static | |
| parent | cbd5567567386677dc89c8ae83a66153c35eefdd (diff) | |
increase hardened_malloc class region sizes
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 230951e7..53226aee 100644 --- a/static/releases.html +++ b/static/releases.html @@ -456,6 +456,8 @@ <li>replace our workaround for another upstream user profile crash issue with a proper fix based on the approach of the fix from Sony</li> <li>Vanadium: update Chromium base to 90.0.4430.210</li> <li>hardened_malloc: purge memory even if VMA exhaustion causes munmap or MAP_FIXED mmap calls to fail</li> + <li>hardened_malloc: increase class region size on x86_64 to 32GiB</li> + <li>hardened_malloc: increase class region size on arm64 to 2GiB (should be 32GiB on devices where we've enabled 4-level page tables but that requires setting up build configuration infrastructure)</li> </ul> </article> --> |
