From ce72a2174d52519bca8b951d63d50d1e9c039583 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Mon, 16 Aug 2021 11:29:37 +0800 Subject: [PATCH] spec: Update patch and changelog with !185 fix CVE-2021-3682 #I45H4H !185 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 981d9e1..a830a30 100644 --- a/qemu.spec +++ b/qemu.spec @@ -555,6 +555,7 @@ Patch0542: vfio-Add-vfio_prereg_listener_log_sync-in-nested-sta.patch Patch0543: vfio-Add-vfio_prereg_listener_log_clear-to-re-enable.patch Patch0544: vfio-Add-vfio_prereg_listener_global_log_start-stop-.patch Patch0545: hw-arm-smmuv3-Post-load-stage-1-configurations-to-th.patch +Patch0546: usbredir-fix-free-call.patch BuildRequires: flex BuildRequires: gcc @@ -949,6 +950,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon Aug 16 2021 Chen Qun +- usbredir: fix free call + * Wed Aug 04 2021 Chen Qun - vfio: Support host translation granule size - vfio/migrate: Move switch of dirty tracking into vfio_memory_listener