From 514ab9213b0b25a96c7e8036a3c2ef47de2ec734 Mon Sep 17 00:00:00 2001 From: lijiajie Date: Thu, 27 Aug 2020 20:43:36 +0800 Subject: [PATCH] update qemu.spec with hw-usb-core-fix-overflow.patch --- qemu.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 133f329..115f3f6 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 17 +Release: 18 Epoch: 2 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY @@ -183,6 +183,7 @@ Patch0170: megasas-avoid-NULL-pointer-dereference.patch Patch0171: megasas-use-unsigned-type-for-positive-numeric-field.patch Patch0172: hw-scsi-megasas-Fix-possible-out-of-bounds-array-acc.patch Patch0173: hw-arm-acpi-enable-SHPC-native-hot-plug.patch +PATCH0174: hw-usb-core-fix-buffer-overflow.patch BuildRequires: flex BuildRequires: bison @@ -528,6 +529,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Aug 27 2020 Huawei Technologies Co., Ltd +- hw/usb/core.c: fix buffer overflow in do_token_setup function + * Wed Aug 12 2020 Huawei Technologies Co., Ltd - backport upstream patch to support SHPCHotplug in arm