Skip to content

Commit 4330382

Browse files
committed
1 parent f170c23 commit 4330382

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pkgs/by-name/mu/musl/package.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ stdenv.mkDerivation rec {
7878
url = "https://raw.githubusercontent.com/openwrt/openwrt/87606e25afac6776d1bbc67ed284434ec5a832b4/toolchain/musl/patches/300-relative.patch";
7979
sha256 = "0hfadrycb60sm6hb6by4ycgaqc9sgrhh42k39v8xpmcvdzxrsq2n";
8080
})
81+
(fetchurl {
82+
name = "CVE-2025-26519_0.patch";
83+
url = "https://www.openwall.com/lists/musl/2025/02/13/1/1";
84+
hash = "sha256-CJb821El2dByP04WXxPCCYMOcEWnXLpOhYBgg3y3KS4=";
85+
})
86+
(fetchurl {
87+
name = "CVE-2025-26519_1.patch";
88+
url = "https://www.openwall.com/lists/musl/2025/02/13/1/2";
89+
hash = "sha256-BiD87k6KTlLr4ep14rUdIZfr2iQkicBYaSTq+p6WBqE=";
90+
})
8191
];
8292
CFLAGS = [
8393
"-fstack-protector-strong"

0 commit comments

Comments
 (0)