diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-10-19 08:45:20 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-10-19 08:45:20 -0400 |
| commit | 2e0d0deb02f1dda7dadd479411cecfcd066a14cf (patch) | |
| tree | f6ac839fdb8ff93c3a21e1628819bf30b70e94b8 | |
| parent | 0f81c81d7c15d9c7c9801d6e340763603357d9e2 (diff) | |
hardened_malloc logcat support
| -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 c41df5c8..cc0041ac 100644 --- a/static/releases.html +++ b/static/releases.html @@ -411,6 +411,7 @@ <li>Pixel 4, Pixel 4 XL: disable unsupported aware feature so that ambient display is available</li> <li>SeedVault: switch to upstream development branch now that it supports Android 11</li> <li>SELinux policy: port hardening from Android 10</li> + <li>hardened_malloc: log fatal errors (detected memory corruption bugs) to Android's log system</li> </ul> --> |
