Merge #57951: qemu: apply CVE-2019-3812 patch

This commit is contained in:
Vladimír Čunát 2019-04-07 10:55:45 +02:00
commit a6dd84a126
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -77,6 +77,11 @@ stdenv.mkDerivation rec {
./no-etc-install.patch
./fix-qemu-ga.patch
./9p-ignore-noatime.patch
(fetchpatch {
name = "CVE-2019-3812.patch";
url = "https://git.qemu.org/?p=qemu.git;a=patch;h=b05b267840515730dbf6753495d5b7bd8b04ad1c";
sha256 = "03a5vc5wvirbyi5r8kb2r4m2w6f1zmh9bqsr2psh4pblwar0nf55";
})
] ++ optional nixosTestRunner ./force-uid0-on-9p.patch
++ optional pulseSupport ./fix-hda-recording.patch
++ optionals stdenv.hostPlatform.isMusl [