Re: [Qemu-devel] [PATCH v2 05/12] qcow2/overlaps: Protect refcount table

2015-02-03 Thread Eric Blake
On 11/24/2014 08:56 AM, Max Reitz wrote: > Keep track of the refcount table in the metadata list to protect it > against accidental modifications. > > Signed-off-by: Max Reitz > --- > block/qcow2-refcount.c | 18 ++ > block/qcow2.c | 4 > 2 files changed, 22 insert

[Qemu-devel] [PATCH v2 05/12] qcow2/overlaps: Protect refcount table

2014-11-24 Thread Max Reitz
Keep track of the refcount table in the metadata list to protect it against accidental modifications. Signed-off-by: Max Reitz --- block/qcow2-refcount.c | 18 ++ block/qcow2.c | 4 2 files changed, 22 insertions(+) diff --git a/block/qcow2-refcount.c b/block/qcow