bintools-wrapper: enable stackclashprotection hardening flag by default (#374893)

This commit is contained in:
Martin Weinelt
2025-02-08 18:16:17 +01:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -43,6 +43,7 @@
"fortify3"
"pic"
"relro"
"stackclashprotection"
"stackprotector"
"strictoverflow"
"zerocallusedregs"

View File

@@ -346,7 +346,6 @@ let
super'.stdenv.cc.defaultHardeningFlags ++ [
"shadowstack"
"pacret"
"stackclashprotection"
"trivialautovarinit"
]
) super'.stdenv;