glibc: build with patches for CVE-2020-1752 & CVE-2020-10029

/cc roundup #88306
This commit is contained in:
Maximilian Bosch
2020-06-30 14:29:54 +02:00
parent 116f39ff82
commit 9cd98386a3
2 changed files with 81 additions and 0 deletions
@@ -108,6 +108,8 @@ stdenv.mkDerivation ({
})
./fix-x64-abi.patch
./2.30-cve-2020-1752.patch
./2.31-cve-2020-10029.patch
]
++ lib.optional stdenv.hostPlatform.isMusl ./fix-rpc-types-musl-conflicts.patch
++ lib.optional stdenv.buildPlatform.isDarwin ./darwin-cross-build.patch;