mbox

[PULL,0/1] Cve 2016 5403 virtio unbounded allocation patches

Message ID 1469637829-8105-1-git-send-email-stefanha@redhat.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git tags/CVE-2016-5403-virtio-unbounded-allocation-pull-request

Message

Stefan Hajnoczi July 27, 2016, 4:43 p.m. UTC
The following changes since commit f49ee630d73729ecaeecf4b38a8df11bc613914d:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160726' into staging (2016-07-26 11:53:47 +0100)

are available in the git repository at:

  git://github.com/stefanha/qemu.git tags/CVE-2016-5403-virtio-unbounded-allocation-pull-request

for you to fetch changes up to afd9096eb1882f23929f5b5c177898ed231bac66:

  virtio: error out if guest exceeds virtqueue size (2016-07-27 14:04:40 +0100)

----------------------------------------------------------------

----------------------------------------------------------------

Stefan Hajnoczi (1):
  virtio: error out if guest exceeds virtqueue size

 hw/virtio/virtio.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Peter Maydell July 27, 2016, 5:18 p.m. UTC | #1
On 27 July 2016 at 17:43, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit f49ee630d73729ecaeecf4b38a8df11bc613914d:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160726' into staging (2016-07-26 11:53:47 +0100)
>
> are available in the git repository at:
>
>   git://github.com/stefanha/qemu.git tags/CVE-2016-5403-virtio-unbounded-allocation-pull-request
>
> for you to fetch changes up to afd9096eb1882f23929f5b5c177898ed231bac66:
>
>   virtio: error out if guest exceeds virtqueue size (2016-07-27 14:04:40 +0100)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Stefan Hajnoczi (1):
>   virtio: error out if guest exceeds virtqueue size
>
>  hw/virtio/virtio.c | 5 +++++
>  1 file changed, 5 insertions(+)

Applied, thanks.

-- PMM