qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] qcow2: Fix memory leak in COW error path


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] qcow2: Fix memory leak in COW error path
Date: Tue, 20 May 2014 15:33:48 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

On Mon, May 19, 2014 at 05:56:01PM +0200, Kevin Wolf wrote:
> This triggers if bs->drv becomes NULL in a concurrent request. This is
> currently only the case when corruption prevention kicks in (i.e. at
> most once per image, and after that it produces I/O errors).
> 
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
>  block/qcow2-cluster.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]