From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1X3z-0007UY-7a for qemu-devel@nongnu.org; Mon, 30 Jun 2014 04:35:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1X3t-0003ij-3o for qemu-devel@nongnu.org; Mon, 30 Jun 2014 04:35:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1X3s-0003iL-Rb for qemu-devel@nongnu.org; Mon, 30 Jun 2014 04:35:41 -0400 Message-ID: <1404117325.24066.6.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 30 Jun 2014 10:35:25 +0200 In-Reply-To: <53B1195E.9060708@kamp.de> References: <1404113089-7154-1-git-send-email-pl@kamp.de> <1404114779.24066.2.camel@nilsson.home.kraxel.org> <53B1195E.9060708@kamp.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ui/vnc: fix potential memory corruption issues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws, xiawenc@linux.vnet.ibm.com On Mo, 2014-06-30 at 10:01 +0200, Peter Lieven wrote: > On 30.06.2014 09:52, Gerd Hoffmann wrote: > > So this basically makes vnc work correctly in case guest surface and > > server surface have different sizes, then fixes the two bugs on top of > > that. And it obsoletes the other corruption patch send Friday. > > Correct? > > Yes and yes. Good, so I'm reading the code correctly ;) Can you put that information into the patch description please? Otherwise the patch is fine. thanks, Gerd