From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNJao-0008Km-M9 for qemu-devel@nongnu.org; Fri, 29 Aug 2014 06:39:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNJai-0001DS-I4 for qemu-devel@nongnu.org; Fri, 29 Aug 2014 06:39:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNJai-0001DJ-AQ for qemu-devel@nongnu.org; Fri, 29 Aug 2014 06:39:36 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7TAdZuU015736 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 29 Aug 2014 06:39:35 -0400 Message-ID: <1409308772.3093.4.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 29 Aug 2014 12:39:32 +0200 In-Reply-To: <20140829094625.GE2398@work-vm> References: <1409299007-19461-1-git-send-email-kraxel@redhat.com> <20140829094625.GE2398@work-vm> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] qxl-render: add more sanity checks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" Cc: qemu-devel@nongnu.org Hi, > Reviewed-by: Dr. David Alan Gilbert > > Should this go for stable as well? Yep. Added cc qemu-stable. > (I was worried for a sec about what happens if right=width or bottom=height; > but looking at the code below it I think it's a dirty from left..(right-1) > so we're OK?) Correct. cheers, Gerd