clarify hardened_malloc fix in 2019.06.23.05

This commit is contained in:
Daniel Micay 2019-06-23 18:47:24 -04:00
parent 9f716559cf
commit 84a2916a25

View File

@ -280,7 +280,7 @@
<p>Changes since the 2019.06.14.02 release:</p>
<ul>
<li>hardened_malloc: use copy_size to check for canaries (tiny performance / hardening fix and avoids an erroneous abort in a corner case)</li>
<li>hardened_malloc: use copy_size to check for canaries (tiny performance / hardening fix and avoids an erroneous abort in a corner case with realloc from 0 byte allocations)</li>
<li>hardened_malloc: update libdivide to 1.1</li>
<li>Pixel 3a, Pixel 3a XL: raise maximum users to 16</li>
<li>Pixel 3a, Pixel 3a XL: disable system_other odex</li>