summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-02-17 13:00:59 -0500
committerDaniel Micay <danielmicay@gmail.com>2023-02-17 13:00:59 -0500
commit525ace6796c33267f2238b7322e4e7aea0dbefd4 (patch)
tree859fe985c8fec442ac6bff52a1aa438d6385426d /static
parentec4aaa8835a21e3ef6d0caf7ff037282420be052 (diff)
preserve errno for free calls in hardened_malloc
Diffstat (limited to 'static')
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 678b6bf6..2d40b76e 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -680,6 +680,7 @@
<li>add shared infrastructure for GrapheneOS settings and port the settings to it (improves UI of Settings)</li>
<li>Settings: only allow Owner to control our added toggle for camera availability on lockscreen since it's global</li>
<li>Settings: fix accessibility settings links for SetupWizard</li>
+ <li>hardened_malloc: preserve errno for free calls (future POSIX requirement)</li>
</ul>
</article>
-->