From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vi3BQ-0004eC-Vo for qemu-devel@nongnu.org; Sun, 17 Nov 2013 09:18:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vi3BL-0005WG-1z for qemu-devel@nongnu.org; Sun, 17 Nov 2013 09:18:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vi3BK-0005WC-Pp for qemu-devel@nongnu.org; Sun, 17 Nov 2013 09:18:34 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAHEIWHh001064 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 17 Nov 2013 09:18:33 -0500 From: Max Reitz Date: Sun, 17 Nov 2013 15:18:40 +0100 Message-Id: <1384697924-16918-1-git-send-email-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] qcow2: Fixes for invalid images List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi , Max Reitz This series contains patches for broken images. Max Reitz (4): qcow2: Move reading nb_snapshots in qcow2_open qcow2-refcount: Sanitize refcount table size qcow2: Sanitize refcount table size qcow2: Check validity of backing file name length block/qcow2-refcount.c | 4 ++++ block/qcow2.c | 17 +++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) -- 1.8.4.2