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:37 +08:00
parent 1060a0ef70
commit ed707fa278

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
@ -962,6 +963,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.