From 525ace6796c33267f2238b7322e4e7aea0dbefd4 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 17 Feb 2023 13:00:59 -0500 Subject: [PATCH] preserve errno for free calls in hardened_malloc --- static/releases.html | 1 + 1 file changed, 1 insertion(+) 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 @@
  • add shared infrastructure for GrapheneOS settings and port the settings to it (improves UI of Settings)
  • Settings: only allow Owner to control our added toggle for camera availability on lockscreen since it's global
  • Settings: fix accessibility settings links for SetupWizard
  • +
  • hardened_malloc: preserve errno for free calls (future POSIX requirement)
  • -->