diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-09-14 03:21:13 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-09-14 03:21:13 -0400 |
| commit | 9589619d79fd99dec15e0dff9a36b4a19e0af1e9 (patch) | |
| tree | 3d258093133f62561657b27e3f49b6633d2633b8 | |
| parent | 248a9738eebee45a2610be2ed06987eaf8d73b0f (diff) | |
fix exploit protection compatibility mode
| -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 8b426e85..c247d196 100644 --- a/static/releases.html +++ b/static/releases.html @@ -585,6 +585,7 @@ <p>Changes since the 2022091300 release:</p> <ul> + <li>hardened_malloc: disable self-init to fix exploit protection compatibility mode which regressed in the previous release</li> <li>Vanadium: update Chromium base to 105.0.5195.124</li> <li>Vanadium: backport fix for favicon links leak</li> <li>Calculator, Clock, Dialer, Files, Gallery, Messaging, Settings: add themed icon support</li> |
