diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-12-15 12:27:29 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-12-15 12:29:49 -0500 |
| commit | 34cfbaab7a112e4ac23e8be5ab154bfbd5c3ce9c (patch) | |
| tree | 9f9579fce5da52db10f50382b256fe66898ef198 | |
| parent | f802f392c6da813898eca6d0542716d6b91bb9f5 (diff) | |
alloc_size annotation fix
| -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 2b2075c6..465718e1 100644 --- a/static/releases.html +++ b/static/releases.html @@ -510,6 +510,7 @@ <li>Vanadium: update Chromium base to 96.0.4664.104</li> <li>skip reporting network connectivity to the OS from apps with the Network (INTERNET) permission revoked to avoid triggering a SecurityException</li> <li>remove special case of throwing SecurityException for socket errors caused by EACCES/EPERM as a debugging aid since it causes compatibility issues when the Network (INTERNET) permission is revoked</li> + <li>kernel (Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a): fix incorrect alloc_size annotation (no real world impact and does not impact older kernels since it must have been a mistake made during forward porting)</li> </ul> </article> --> |
