Skip to content

Commit 4442087

Browse files
risiclealyssais
authored andcommitted
qemu: add patch for CVE-2020-14394
1 parent 02ca064 commit 4442087

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pkgs/applications/virtualization/qemu/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ stdenv.mkDerivation rec {
142142
url = "https://gitlab.com/qemu-project/qemu/-/commit/4367a20cc442c56b05611b4224de9a61908f9eac.patch";
143143
sha256 = "sha256-hpNu4Zjw1dIbT6Vt57cayHE1Elaltp0a/bsKlDY0Qr8=";
144144
})
145+
(fetchpatch {
146+
name = "CVE-2020-14394.patch";
147+
url = "https://gitlab.com/qemu-project/qemu/-/commit/effaf5a240e03020f4ae953e10b764622c3e87cc.patch";
148+
sha256 = "sha256-NobsIxRC+xlyj8d/oD4mqgXAGX37pfww/PQQuKhrTzc=";
149+
})
145150
]
146151
++ lib.optional nixosTestRunner ./force-uid0-on-9p.patch;
147152

0 commit comments

Comments
 (0)