Re: [Qemu-devel] [PATCH v2] pcihp: fix possible array out of bounds

2014-08-20 Thread Michael S. Tsirkin
On Wed, Aug 20, 2014 at 01:52:30PM +0800, arei.gong...@huawei.com wrote: > From: Gonglei > > Prevent out-of-bounds array access on > acpi_pcihp_pci_status. > > Signed-off-by: Gonglei > Reviewed-by: Peter Crosthwaite Applied, thanks! > --- > v2: > - change commit message. > - add 'Reviewed-

Re: [Qemu-devel] [PATCH v2] pcihp: fix possible array out of bounds

2014-08-19 Thread Marcel Apfelbaum
On Wed, 2014-08-20 at 13:52 +0800, arei.gong...@huawei.com wrote: > From: Gonglei > > Prevent out-of-bounds array access on > acpi_pcihp_pci_status. > > Signed-off-by: Gonglei > Reviewed-by: Peter Crosthwaite > --- > v2: > - change commit message. > - add 'Reviewed-by' > --- > hw/acpi/pcih

[Qemu-devel] [PATCH v2] pcihp: fix possible array out of bounds

2014-08-19 Thread arei.gonglei
From: Gonglei Prevent out-of-bounds array access on acpi_pcihp_pci_status. Signed-off-by: Gonglei Reviewed-by: Peter Crosthwaite --- v2: - change commit message. - add 'Reviewed-by' --- hw/acpi/pcihp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/acpi/pcihp.c b/hw