qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/3] qcow2: Fix crash during copy_sectors() afte


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 0/3] qcow2: Fix crash during copy_sectors() after corruption
Date: Tue, 11 Mar 2014 14:13:30 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Mar 10, 2014 at 11:44:06PM +0100, Max Reitz wrote:
> This series fixes a call to a NULL function pointer during
> copy_sectors(), if a concurrent write request triggered the corruption
> prevention mechanism.
> 
> 
> Max Reitz (3):
>   qcow2: Check bs->drv in copy_sectors()
>   block: bs->drv may be NULL in bdrv_debug_resume()
>   iotests: Test corruption during COW request
> 
>  block.c                    |  2 +-
>  block/qcow2-cluster.c      |  4 ++++
>  tests/qemu-iotests/060     | 26 ++++++++++++++++++++++++++
>  tests/qemu-iotests/060.out | 15 +++++++++++++++
>  4 files changed, 46 insertions(+), 1 deletion(-)
> 
> -- 
> 1.9.0
> 
> 

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]