spec: Update patch and changelog with !204 fix CVE-2021-3748 !204

virtio-net: fix use after unmap/free for sg

Signed-off-by: Chen Qun<kuhn.chenqun@huawei.com>
This commit is contained in:
Chen Qun 2021-09-26 16:28:36 +08:00
parent d22f4b0b0c
commit 37d0d9e897

View File

@ -559,6 +559,7 @@ 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
Patch0550: virtio-net-fix-use-after-unmap-free-for-sg.patch
BuildRequires: flex
BuildRequires: gcc
@ -963,6 +964,9 @@ getent passwd qemu >/dev/null || \
%endif
%changelog
* Sun Sep 26 2021 Chen Qun <kuhn.chenqun@huawei.com>
- virtio-net: fix use after unmap/free for sg
* Thu Sep 16 2021 Chen Qun <kuhn.chenqun@huawei.com>
- uas: add stream number sanity checks.