spec: Update patch and changelog with !85 fix CVE-2021-20203 #I3A34O !85

net: vmxnet3: validate configuration values during activate (CVE-2021-20203)

Signed-off-by: Chen Qun<kuhn.chenqun@huawei.com>
This commit is contained in:
Chen Qun 2021-03-18 22:02:10 +08:00
parent ad2227f9a2
commit 91aea89496

View File

@ -238,6 +238,7 @@ Patch0225: ati-use-vga_read_byte-in-ati_cursor_define.patch
Patch0226: sd-sdhci-assert-data_count-is-within-fifo_buffer.patch
Patch0227: msix-add-valid.accepts-methods-to-check-address.patch
Patch0228: ide-atapi-check-io_buffer_index-in-ide_atapi_cmd_rep.patch
Patch0229: net-vmxnet3-validate-configuration-values-during-act.patch
BuildRequires: flex
BuildRequires: bison
@ -583,6 +584,9 @@ getent passwd qemu >/dev/null || \
%endif
%changelog
* Thu Mar 18 2021 Chen Qun <kuhn.chenqun@huawei.com>
- net: vmxnet3: validate configuration values during activate (CVE-2021-20203)
* Fri Feb 26 2021 Huawei Technologies Co., Ltd <alex.chen@huawei.com>
- ide:atapi: check io_buffer_index in ide_atapi_cmd_reply_end