spec: Update patch and changelog with !26

pci: check bus pointer before dereference
hw/ide: check null block before _cancel_dma_sync

Signed-off-by: Prasad J Pandit <pjp@fedoraproject.org>
This commit is contained in:
Euler Robot 2020-10-22 16:29:38 +08:00
parent ac10c577b6
commit 0c27d06fc9

View File

@ -194,6 +194,8 @@ Patch0181: sm501-Shorten-long-variable-names-in-sm501_2d_operat.patch
Patch0182: sm501-Use-BIT-x-macro-to-shorten-constant.patch
Patch0183: sm501-Clean-up-local-variables-in-sm501_2d_operation.patch
Patch0184: sm501-Replace-hand-written-implementation-with-pixma.patch
Patch0185: pci-check-bus-pointer-before-dereference.patch
Patch0186: hw-ide-check-null-block-before-_cancel_dma_sync.patch
BuildRequires: flex
BuildRequires: bison
@ -539,6 +541,10 @@ getent passwd qemu >/dev/null || \
%endif
%changelog
* Wed Oct 14 2020 Prasad J Pandit <pjp@fedoraproject.org>
- pci: check bus pointer before dereference
- hw/ide: check null block before _cancel_dma_sync
* Thu May 21 2020 BALATON Zoltan <balaton@eik.bme.hu>
- hw/net/xgmac: Fix buffer overflow in xgmac_enet_send()
- hw/net/net_tx_pkt: fix assertion failure in net_tx_pkt_add_raw_fragment()