Made a PR for the overflow fix, reenable hardening.

This commit is contained in:
Hadi Chokr
2026-03-31 21:01:20 +02:00
parent d11a24c720
commit f9d49e57d5
-3
View File
@@ -93,9 +93,6 @@
dontFixup = true;
dontUseCmakeConfigure = true;
# Disable fortify to prevent buffer overflow detection
hardeningDisable = [ "fortify3" "fortify" ];
postUnpack = ''
${copySubprojects}
'';