qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH RFC 0/2] block: Warn on insecure format probing


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH RFC 0/2] block: Warn on insecure format probing
Date: Tue, 28 Oct 2014 17:03:38 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]