From 51a6e68cb5a1d3e7b87a2de30e007362c2483d24 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Mon, 16 Aug 2021 16:27:29 +0800 Subject: [PATCH] spec: Update patch and changelog with !184 fix CVE-2021-3682 #I45H4H !184 usbredir: fix free call Signed-off-by: Chen Qun --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index 58f000e..4fb468f 100644 --- a/qemu.spec +++ b/qemu.spec @@ -330,6 +330,7 @@ Patch0317: target-i386-Add-new-bit-definitions-of-MSR_IA32_ARCH.patch Patch0318: target-i386-Add-missed-security-features-to-Cooperla.patch Patch0319: target-i386-add-PSCHANGE_NO-bit-for-the-ARCH_CAPABIL.patch Patch0320: target-i386-Export-TAA_NO-bit-to-guests.patch +Patch0321: usbredir-fix-free-call.patch BuildRequires: flex BuildRequires: bison @@ -717,6 +718,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon Aug 16 2021 Chen Qun +- usbredir: fix free call + * Fri Jul 16 2021 Chen Qun - x86: Intel AVX512_BF16 feature enabling - i386: Add MSR feature bit for MDS-NO