mkbootimage: work around buffer overflow

pull/109/head
Sebastien Bourdeauducq 2023-12-03 16:16:22 +08:00
parent 91bae572f9
commit a43b8bf64e
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@
mkdir -p $out/bin
cp mkbootimage $out/bin
'';
hardeningDisable = [ "fortify" ];
};
fsbl = { board ? "zc706" }: pkgs.stdenv.mkDerivation {