From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7HKX-0008B9-DW for qemu-devel@nongnu.org; Mon, 30 May 2016 03:09:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7HKR-0001lr-1j for qemu-devel@nongnu.org; Mon, 30 May 2016 03:09:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7HKQ-0001lX-Ra for qemu-devel@nongnu.org; Mon, 30 May 2016 03:09:34 -0400 From: Gerd Hoffmann Date: Mon, 30 May 2016 09:09:17 +0200 Message-Id: <1464592161-18348-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/4] vmsvga: security fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: P J P , =?UTF-8?q?=E6=9D=8E=E5=BC=BA?= , Gerd Hoffmann Hi, Here comes a series for the vmware svga, fixing security issues in the fifo handling: CVE-2016-4453 qemu: Infinite loop in vmsvga_fifo_run() function CVE-2016-4454 qemu: Out-of-bounds read in vmsvga_fifo_read_raw() functi= on=20 please review, Gerd Gerd Hoffmann (4): vmsvga: move fifo sanity checks to vmsvga_fifo_length vmsvga: add more fifo checks vmsvga: shadow fifo registers vmsvga: don't process more than 1024 fifo commands at once hw/display/vmware_vga.c | 78 ++++++++++++++++++++++++++-----------------= ------ 1 file changed, 41 insertions(+), 37 deletions(-) --=20 1.8.3.1