libxlsxwriter: disable fortify3 hardening flag

This commit is contained in:
Theodore Ni 2023-07-12 20:44:59 -07:00
parent be0667a60b
commit 8f096fa007
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -31,6 +31,9 @@ stdenv.mkDerivation rec {
"USE_SYSTEM_MINIZIP=1"
];
# TEST 428/429 worksheet:worksheet_table15 *** buffer overflow detected ***: terminated
hardeningDisable = [ "fortify3" ];
doCheck = true;
checkTarget = "test";