Re: [Qemu-devel] [PATCH v6 06/11] qcow2: Fix refcount blocks beyond image end

2014-10-21 Thread Max Reitz
On 2014-10-20 at 18:44, Kevin Wolf wrote: Am 20.10.2014 um 16:35 hat Max Reitz geschrieben: If the qcow2 check function detects a refcount block located beyond the image end, grow the image appropriately. This cannot break anything and is the logical fix for such a case. Signed-off-by: Max Reit

Re: [Qemu-devel] [PATCH v6 06/11] qcow2: Fix refcount blocks beyond image end

2014-10-20 Thread Kevin Wolf
Am 20.10.2014 um 16:35 hat Max Reitz geschrieben: > If the qcow2 check function detects a refcount block located beyond the > image end, grow the image appropriately. This cannot break anything and > is the logical fix for such a case. > > Signed-off-by: Max Reitz > Reviewed-by: Eric Blake > ---

[Qemu-devel] [PATCH v6 06/11] qcow2: Fix refcount blocks beyond image end

2014-10-20 Thread Max Reitz
If the qcow2 check function detects a refcount block located beyond the image end, grow the image appropriately. This cannot break anything and is the logical fix for such a case. Signed-off-by: Max Reitz Reviewed-by: Eric Blake --- block/qcow2-refcount.c | 62 ++