hardened_malloc abort notifications

This commit is contained in:
Daniel Micay 2024-01-13 16:11:10 -05:00
parent 2fde30833a
commit 981d6ec58f

View File

@ -737,6 +737,7 @@
<li>adevtool: drop devices not supported with Android 14</li> <li>adevtool: drop devices not supported with Android 14</li>
<li>adevtool: remove unused default permissions configuration</li> <li>adevtool: remove unused default permissions configuration</li>
<li>Contact Scopes: add handling of malformed contact data subtype names to avoid crash</li> <li>Contact Scopes: add handling of malformed contact data subtype names to avoid crash</li>
<li>show notification after hardened_malloc detects memory corruption via a direct check (does not cover memory corruption detected via memory protected address space)</li>
<li>kernel: disable sysrq by default rather than waiting for init to disable it</li> <li>kernel: disable sysrq by default rather than waiting for init to disable it</li>
<li>kernel: disable unused sysrq serial support</li> <li>kernel: disable unused sysrq serial support</li>
<li>kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Generic 5.10): update to latest GKI LTS branch revision including update to 5.10.206</li> <li>kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Generic 5.10): update to latest GKI LTS branch revision including update to 5.10.206</li>