Re: [Qemu-devel] [PATCH] qemu-img: Fix segfault during rebase

2010-02-19 Thread Anthony Liguori
On 02/17/2010 05:32 AM, Kevin Wolf wrote: This fixes a possible read beyond the end of the temporary buffers used for comparing data in the old and the new backing file. Signed-off-by: Kevin Wolf Applied. Thanks. Regards, Anthony Liguori --- qemu-img.c |2 +- 1 files changed, 1

[Qemu-devel] [PATCH] qemu-img: Fix segfault during rebase

2010-02-17 Thread Kevin Wolf
This fixes a possible read beyond the end of the temporary buffers used for comparing data in the old and the new backing file. Signed-off-by: Kevin Wolf --- qemu-img.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 250d892..258dc62 100644