From 815a770bd32511ec99df4ddd77dd30f7cc9c14a2 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Sun, 26 Sep 2021 16:28:39 +0800 Subject: [PATCH] spec: Update patch and changelog with !203 fix CVE-2021-3748 #I4BI3F !203 virtio-net: fix use after unmap/free for sg Signed-off-by: Chen Qun --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index 9ec8e33..89a535c 100644 --- a/qemu.spec +++ b/qemu.spec @@ -333,6 +333,7 @@ Patch0320: target-i386-Export-TAA_NO-bit-to-guests.patch Patch0321: usbredir-fix-free-call.patch Patch0322: hw-arm-virt-Init-PMU-for-hotplugged-vCPU.patch Patch0323: uas-add-stream-number-sanity-checks.patch +Patch0324: virtio-net-fix-use-after-unmap-free-for-sg.patch BuildRequires: flex BuildRequires: bison @@ -729,6 +730,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Sun Sep 26 2021 Chen Qun +- virtio-net: fix use after unmap/free for sg + * Wed Sep 15 2021 Chen Qun - uas: add stream number sanity checks.