Re: [Qemu-devel] [PATCH 1/2] qcow2: Fix refcount table size calculation

2012-10-27 Thread Michael Tokarev
On 26.10.2012 23:42, Kevin Wolf wrote: > A missing factor for the refcount table entry size in the calculation > could mean that too little memory was allocated for the in-memory > representation of the table, resulting in a buffer overflow. > > Signed-off-by: Kevin Wolf Reviewed-and-tested-by:

[Qemu-devel] [PATCH 1/2] qcow2: Fix refcount table size calculation

2012-10-26 Thread Kevin Wolf
A missing factor for the refcount table entry size in the calculation could mean that too little memory was allocated for the in-memory representation of the table, resulting in a buffer overflow. Signed-off-by: Kevin Wolf --- block/qcow2-refcount.c |3 ++- 1 files changed, 2 insertions(+),