qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] qemu-img: Fix segmentation fault


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH] qemu-img: Fix segmentation fault
Date: Mon, 14 May 2012 14:24:49 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

Am 11.05.2012 18:57, schrieb Charles Arnold:
> The following command generates a segmentation fault.
> qemu-img convert -O vpc -o ? test test2
> This is because the 'goto out;' statement calls qemu_progress_end 
> before qemu_progress_init is called resulting in a NULL pointer
> invocation.
> 
> Signed-off-by: Charles Arnold <address@hidden>

Thanks, applied to the block branch for 1.1.

Kevin



reply via email to

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