From 35b3c1633181a22746f796a6ffe40e1e73f1646e Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Mon, 3 Jun 2024 22:02:18 +0100 Subject: [PATCH] nixos/doc/rl-2411: `zerocallusedregs` hardening flag enabled by default --- nixos/doc/manual/release-notes/rl-2411.section.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-2411.section.md b/nixos/doc/manual/release-notes/rl-2411.section.md index 28264b0b3429..bb1c06ec70c4 100644 --- a/nixos/doc/manual/release-notes/rl-2411.section.md +++ b/nixos/doc/manual/release-notes/rl-2411.section.md @@ -43,6 +43,8 @@ +- The `zerocallusedregs` hardening flag is enabled by default on compilers that support it. + - To facilitate dependency injection, the `imgui` package now builds a static archive using vcpkg' CMake rules. The derivation now installs "impl" headers selectively instead of by a wildcard. Use `imgui.src` if you just want to access the unpacked sources.