diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-12 00:45:56 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-12 00:45:56 -0400 |
| commit | f4f2b89cbe53d031398147e2575536f64f08d0b7 (patch) | |
| tree | e44c4563c6c4578143ddbb8eaab4ec53cf28779b /static | |
| parent | d29f7ed91b6bdb5cb515cebe30c9ff97a89435d0 (diff) | |
improve handling of VMA exhaustion
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 67c61c12..e13c9c7b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -455,6 +455,7 @@ <li>replace our workaround for an upstream user profile crash issue with a proper upstream fix from Sony</li> <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 MAP_FIXED mmap calls to fail</li> </ul> </article> --> |
