Re: [Qemu-devel] [PATCH 1/4] vnc: tight: Fix crash after 2GB of output

2011-04-11 Thread Aurelien Jarno
On Mon, Apr 11, 2011 at 11:27:23AM +0200, Corentin Chary wrote: > Aurelien, could you also take a look at > http://patchwork.ozlabs.org/patch/87717/ ? I gave a look, but I don't really know this part of QEMU, so I would prefer if someone else look at it. -- Aurelien Jarno

Re: [Qemu-devel] [PATCH 1/4] vnc: tight: Fix crash after 2GB of output

2011-04-11 Thread Corentin Chary
Aurelien, could you also take a look at http://patchwork.ozlabs.org/patch/87717/ ? Thanks, -- Corentin Chary http://xf.iksaif.net

Re: [Qemu-devel] [PATCH 1/4] vnc: tight: Fix crash after 2GB of output

2011-04-09 Thread Aurelien Jarno
On Mon, Mar 21, 2011 at 09:34:35AM +0100, Corentin Chary wrote: > From: Michael Tokarev > > fix 2Gb integer overflow in in VNC tight and zlib encodings > > As found by Roland Dreier (excellent > catch!), when amount of VNC compressed data produced by zlib > and sent to client exceeds 2Gb, integ

[Qemu-devel] [PATCH 1/4] vnc: tight: Fix crash after 2GB of output

2011-03-21 Thread Corentin Chary
From: Michael Tokarev fix 2Gb integer overflow in in VNC tight and zlib encodings As found by Roland Dreier (excellent catch!), when amount of VNC compressed data produced by zlib and sent to client exceeds 2Gb, integer overflow occurs because currently, we calculate amount of data produced at