]> www.infradead.org Git - users/dwmw2/qemu.git/commit
pcihp: fix possible array out of bounds
authorGonglei <arei.gonglei@huawei.com>
Wed, 20 Aug 2014 05:52:30 +0000 (13:52 +0800)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 8 Sep 2014 16:23:05 +0000 (11:23 -0500)
commitbfe3e6f5e3f23cc73dc83b0f4badecd5db175575
tree6e4a55b9623675556d4f45e4a643ab33e766fba7
parentcd4acff8d0eaa721a83b8b1253abb826bba53632
pcihp: fix possible array out of bounds

Prevent out-of-bounds array access on
acpi_pcihp_pci_status.

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Cc: qemu-stable@nongnu.org
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
(cherry picked from commit fa365d7cd11185237471823a5a33d36765454e16)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/acpi/pcihp.c