Merge #196479: qemu: add patch for CVE-2022-3165

This commit is contained in:
Vladimír Čunát 2022-10-25 17:38:42 +02:00
commit 9bf75e616a
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -112,6 +112,11 @@ stdenv.mkDerivation rec {
revert = true;
})
./9pfs-use-GHashTable-for-fid-table.patch
(fetchpatch {
name = "CVE-2022-3165.patch";
url = "https://gitlab.com/qemu-project/qemu/-/commit/d307040b18bfcb1393b910f1bae753d5c12a4dc7.patch";
sha256 = "sha256-YPhm580lBNuAv7G1snYccKZ2V5ycdV8Ri8mTw5jjFBc=";
})
]
++ lib.optional nixosTestRunner ./force-uid0-on-9p.patch;