Skip to content

Commit

Permalink
Merge #57951: qemu: apply CVE-2019-3812 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Apr 7, 2019
2 parents cbade45 + c7d7c6f commit a6dd84a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/virtualization/qemu/default.nix
Expand Up @@ -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 [
Expand Down

0 comments on commit a6dd84a

Please sign in to comment.