qemu: apply CVE-2019-3812 patch

This commit is contained in:
Andreas Rammhold 2019-03-20 11:15:41 +01:00
parent c254bb6c70
commit c7d7c6fc41
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86

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 [