From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj9FM-0006VN-JT for qemu-devel@nongnu.org; Tue, 28 Oct 2014 12:03:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj9FH-0004az-HE for qemu-devel@nongnu.org; Tue, 28 Oct 2014 12:03:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj9FH-0004ai-B3 for qemu-devel@nongnu.org; Tue, 28 Oct 2014 12:03:43 -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 s9SG3gFZ024857 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 28 Oct 2014 12:03:42 -0400 From: Markus Armbruster Date: Tue, 28 Oct 2014 17:03:38 +0100 Message-Id: <1414512220-19058-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH RFC 0/2] block: Warn on insecure format probing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, jcody@redhat.com, stefanha@redhat.com The meat is in PATCH 2. Its commit message could use even more detail, but I want to get this out for discussion. Prompted by the discussion we had back in August: https://lists.nongnu.org/archive/html/qemu-devel/2014-08/msg02456.html Markus Armbruster (2): block: Factor bdrv_probe_all() out of find_image_format() block: Warn on insecure format probing block.c | 89 +++++++++++++++++++++++++++++++++++++++-------- block/dmg.c | 1 + block/qcow.c | 1 + block/qcow2.c | 1 + block/qed.c | 1 + block/raw_bsd.c | 1 + block/vdi.c | 1 + block/vhdx.c | 1 + block/vmdk.c | 1 + include/block/block_int.h | 1 + 10 files changed, 84 insertions(+), 14 deletions(-) -- 1.9.3