Re: [Qemu-devel] [PATCH v3 10/10] virtio: handle virtqueue_get_head() errors

2016-09-20 Thread Cornelia Huck
On Tue, 12 Apr 2016 14:25:34 +0100 Stefan Hajnoczi wrote: > Stop processing the vring if virtqueue_get_head() fetches an > out-of-bounds head index. > > Signed-off-by: Stefan Hajnoczi > --- > hw/virtio/virtio.c | 26 -- > 1

[Qemu-devel] [PATCH v3 10/10] virtio: handle virtqueue_get_head() errors

2016-04-12 Thread Stefan Hajnoczi
Stop processing the vring if virtqueue_get_head() fetches an out-of-bounds head index. Signed-off-by: Stefan Hajnoczi --- hw/virtio/virtio.c | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/hw/virtio/virtio.c