summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-06-23 18:47:24 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-06-23 23:28:20 -0400
commit84a2916a253205712c136883d63194b42eb9f1d5 (patch)
tree6178731de9a8399decb4f65bfe7577995ee57bfe /static
parent9f716559cfb8c724eb005db9e65ac2eea7cdf2c5 (diff)
clarify hardened_malloc fix in 2019.06.23.05
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 3e2a3c51..d50227c2 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -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>