Re: [Qemu-devel] [PATCH v4 32/47] ivshmem-client: check the number of vectors

2015-09-30 Thread Marc-André Lureau
- Original Message - > On 24.09.2015 13:37, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Check the number of vectors received from the server, to avoid > > out of bound array access. > > > > Signed-off-by: Marc-André Lureau > > --- > > contrib/ivshmem-client

Re: [Qemu-devel] [PATCH v4 32/47] ivshmem-client: check the number of vectors

2015-09-29 Thread Claudio Fontana
On 24.09.2015 13:37, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Check the number of vectors received from the server, to avoid > out of bound array access. > > Signed-off-by: Marc-André Lureau > --- > contrib/ivshmem-client/ivshmem-client.c | 4 > 1 file changed, 4 i

[Qemu-devel] [PATCH v4 32/47] ivshmem-client: check the number of vectors

2015-09-24 Thread marcandre . lureau
From: Marc-André Lureau Check the number of vectors received from the server, to avoid out of bound array access. Signed-off-by: Marc-André Lureau --- contrib/ivshmem-client/ivshmem-client.c | 4 1 file changed, 4 insertions(+) diff --git a/contrib/ivshmem-client/ivshmem-client.c b/cont