qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH] stream: fix crash in stream_start() when block_


From: Kevin Wolf
Subject: Re: [Qemu-block] [PATCH] stream: fix crash in stream_start() when block_job_create() fails
Date: Mon, 15 May 2017 12:12:32 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 15.05.2017 um 11:34 hat Alberto Garcia geschrieben:
> The code that tries to reopen a BlockDriverState in stream_start()
> when the creation of a new block job fails crashes because it attempts
> to dereference a pointer that is known to be NULL.
> 
> This is a regression introduced in a170a91fd3eab6155da39e740381867e,
> likely because the code was copied from stream_complete().
> 
> Signed-off-by: Alberto Garcia <address@hidden>

Cc: address@hidden

Thanks, applied to the block branch.

Kevin



reply via email to

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