alloc_size annotation fix

This commit is contained in:
Daniel Micay 2021-12-15 12:27:29 -05:00
parent f802f392c6
commit 34cfbaab7a

View File

@ -510,6 +510,7 @@
<li>Vanadium: update Chromium base to 96.0.4664.104</li> <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>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>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> </ul>
</article> </article>
--> -->