From 5edc11eb3bf93b87fc08f0d45b19275cbdfa4250 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Thu, 16 Sep 2021 11:27:41 +0800 Subject: [PATCH] spec: Update patch and changelog with !199 fix CVE-2021-3713 !199 uas: add stream number sanity checks. Signed-off-by: Chen Qun --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index 673f799..bc2c635 100644 --- a/qemu.spec +++ b/qemu.spec @@ -558,6 +558,7 @@ Patch0545: hw-arm-smmuv3-Post-load-stage-1-configurations-to-th.patch Patch0546: usbredir-fix-free-call.patch Patch0547: vfio-common-Fix-incorrect-address-alignment-in-vfio_.patch Patch0548: vfio-common-Add-address-alignment-check-in-vfio_list.patch +Patch0549: uas-add-stream-number-sanity-checks.patch BuildRequires: flex BuildRequires: gcc @@ -962,6 +963,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Sep 16 2021 Chen Qun +- uas: add stream number sanity checks. + * Tue Sep 14 2021 Chen Qun - vfio/common: Add address alignment check in vfio_listener_region_del