Re: [Qemu-devel] [PATCH 4/4] vnc: Limit r/w access to size of allocated memory

2011-04-09 Thread Stefan Weil
Am 10.04.2011 00:17, schrieb Aurelien Jarno: On Mon, Mar 21, 2011 at 09:34:38AM +0100, Corentin Chary wrote: From: Stefan Weil This fixes memory reads and writes which exceeded the upper limit of allocated memory vd->guest.ds->data and vd->server->data. Cc: Anthony Liguori Signed-off-by: Ste

Re: [Qemu-devel] [PATCH 4/4] vnc: Limit r/w access to size of allocated memory

2011-04-09 Thread Aurelien Jarno
On Mon, Mar 21, 2011 at 09:34:38AM +0100, Corentin Chary wrote: > From: Stefan Weil > > This fixes memory reads and writes which exceeded the upper limit > of allocated memory vd->guest.ds->data and vd->server->data. > > Cc: Anthony Liguori > Signed-off-by: Stefan Weil > Signed-off-by: Corenti

[Qemu-devel] [PATCH 4/4] vnc: Limit r/w access to size of allocated memory

2011-03-21 Thread Corentin Chary
From: Stefan Weil This fixes memory reads and writes which exceeded the upper limit of allocated memory vd->guest.ds->data and vd->server->data. Cc: Anthony Liguori Signed-off-by: Stefan Weil Signed-off-by: Corentin Chary --- ui/vnc.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions