mbox

[PULL,for-2.1] qemu-sparc update

Message ID 20140621070249.GB809@kentang.lan
State New
Headers show

Pull-request

https://github.com/mcayland/qemu.git qemu-sparc

Message

Mark Cave-Ayland June 21, 2014, 7:02 a.m. UTC
Hi Peter,

This update contains Stefan's fix for an out-of-bounds array access on apb.
Please pull.


ATB,

Mark.


The following changes since commit 427e1750a0b98a72cad424327604f51e993dcc5f:

  gt64xxx_pci: Add VMStateDescription (2014-06-20 23:40:16 +0200)

are available in the git repository at:

  https://github.com/mcayland/qemu.git qemu-sparc

for you to fetch changes up to 68716da745858ca86ac587d14ac553051e5f04eb:

  apb: Fix out-of-bounds array write access (2014-06-20 23:52:49 +0100)

----------------------------------------------------------------
Stefan Weil (1):
      apb: Fix out-of-bounds array write access

 hw/pci-host/apb.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell June 23, 2014, 11:55 a.m. UTC | #1
On 21 June 2014 08:02, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> This update contains Stefan's fix for an out-of-bounds array access on apb.
> Please pull.
>
>
> ATB,
>
> Mark.
>
>
> The following changes since commit 427e1750a0b98a72cad424327604f51e993dcc5f:
>
>   gt64xxx_pci: Add VMStateDescription (2014-06-20 23:40:16 +0200)
>
> are available in the git repository at:
>
>   https://github.com/mcayland/qemu.git qemu-sparc
>
> for you to fetch changes up to 68716da745858ca86ac587d14ac553051e5f04eb:
>
>   apb: Fix out-of-bounds array write access (2014-06-20 23:52:49 +0100)
>

Applied, thanks.

-- PMM