On 11/17/2013 07:18 AM, Max Reitz wrote:
> Make sure there were no overflows when calculating the in-memory
> refcount table size from the number of its clusters in-file.
>
> Signed-off-by: Max Reitz
> ---
> block/qcow2.c | 8
> 1 file changed, 8 insertions(+)
Reviewed-by: Eric Blake
Make sure there were no overflows when calculating the in-memory
refcount table size from the number of its clusters in-file.
Signed-off-by: Max Reitz
---
block/qcow2.c | 8
1 file changed, 8 insertions(+)
diff --git a/block/qcow2.c b/block/qcow2.c
index 3e612a8..9c29e1a 100644
--- a/b