From 0c27d06fc9c8477763a523233775d1818f8f6ecb Mon Sep 17 00:00:00 2001 From: Euler Robot Date: Thu, 22 Oct 2020 16:29:38 +0800 Subject: [PATCH] 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 --- qemu.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qemu.spec b/qemu.spec index 71602de..81d4ab7 100644 --- a/qemu.spec +++ b/qemu.spec @@ -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 +- pci: check bus pointer before dereference +- hw/ide: check null block before _cancel_dma_sync + * Thu May 21 2020 BALATON Zoltan - 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()