From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7i6c-0006sa-U6 for qemu-devel@nongnu.org; Wed, 14 Mar 2012 02:54:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7i6b-0007gl-7U for qemu-devel@nongnu.org; Wed, 14 Mar 2012 02:54:42 -0400 Received: from smtp5-g21.free.fr ([212.27.42.5]:44029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7i6a-0007fm-Ni for qemu-devel@nongnu.org; Wed, 14 Mar 2012 02:54:41 -0400 From: Corentin Chary Date: Wed, 14 Mar 2012 07:58:46 +0100 Message-Id: <1331708328-21414-1-git-send-email-corentincj@iksaif.net> Subject: [Qemu-devel] [PATCH 0/2] Lost VNC patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Corentin Chary , Peter Lieven , qemu-devel@nongnu.org, kvm@vger.kernel.org, weil@mail.berlios.de Hi Anthony, Please merge these two patchs from another age, they fix crash in the VNC server (the iohandler one is only for the threaded server). Thanks, Corentin Chary (1): vnc: don't mess up with iohandlers in the vnc thread Stefan Weil (1): vnc: Limit r/w access to size of allocated memory ui/vnc-jobs-async.c | 48 +++++++++++++++++++++++++++++------------------- ui/vnc-jobs.h | 1 + ui/vnc.c | 15 +++++++++++++++ ui/vnc.h | 2 ++ 4 files changed, 47 insertions(+), 19 deletions(-) -- 1.7.3.4