diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-12 01:06:15 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-12 01:06:15 -0400 |
| commit | cbd5567567386677dc89c8ae83a66153c35eefdd (patch) | |
| tree | 64b34a90348ba9c7070140b1a92998d1bc7a3505 /static | |
| parent | f4f2b89cbe53d031398147e2575536f64f08d0b7 (diff) | |
handle VMA exhaustion for munmap better too
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 e13c9c7b..230951e7 100644 --- a/static/releases.html +++ b/static/releases.html @@ -455,7 +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> + <li>hardened_malloc: purge memory even if VMA exhaustion causes munmap or MAP_FIXED mmap calls to fail</li> </ul> </article> --> |
