From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wjpu5-0002Bv-KP for qemu-devel@nongnu.org; Mon, 12 May 2014 09:04:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wjpty-0003PO-GS for qemu-devel@nongnu.org; Mon, 12 May 2014 09:04:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wjpty-0003P7-3h for qemu-devel@nongnu.org; Mon, 12 May 2014 09:04:18 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4CD4H8D032126 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 12 May 2014 09:04:17 -0400 From: Kevin Wolf Date: Mon, 12 May 2014 15:04:06 +0200 Message-Id: <1399899851-5641-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] qcow1: Input validation fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com, ppandit@redhat.com Kevin Wolf (5): qcow1: Make padding in the header explicit qcow1: Check maximum cluster size qcow1: Validate L2 table size (CVE-2014-0222) qcow1: Validate image size (CVE-2014-0223) qcow1: Stricter backing file length check block/qcow.c | 44 +++++++++++++++++++---- tests/qemu-iotests/092 | 90 ++++++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/092.out | 30 ++++++++++++++++ tests/qemu-iotests/group | 1 + 4 files changed, 158 insertions(+), 7 deletions(-) create mode 100755 tests/qemu-iotests/092 create mode 100644 tests/qemu-iotests/092.out -- 1.8.3.1