diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-02-17 13:00:59 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-17 13:00:59 -0500 |
| commit | 525ace6796c33267f2238b7322e4e7aea0dbefd4 (patch) | |
| tree | 859fe985c8fec442ac6bff52a1aa438d6385426d | |
| parent | ec4aaa8835a21e3ef6d0caf7ff037282420be052 (diff) | |
preserve errno for free calls in hardened_malloc
| -rw-r--r-- | static/releases.html | 1 |
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> --> |
