qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/1] qom: fix qdict visit in user_creatable_add_


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH 1/1] qom: fix qdict visit in user_creatable_add_type
Date: Thu, 22 Sep 2016 13:56:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Xiao Long Jiang <address@hidden> writes:

> This fixes a Qemu crash that introduced by commit ad73970
> ("qom: Wrap prop visit in visit_start_struct").
>
> Not all of the callers of user_creatable_add_type always pass qdict,
> so we should check qdict against NULL, but not raise an assertion.
>
> The problem can be easily triggered by adding an iothread with:
>   $ virsh iothreadadd <domain> <threadid>
> In which the <threadid> is newly defined. The result of the command
> will return an error and cause the running guest crash.
>
> Cc: Eric Blake <address@hidden>
> Cc: Markus Armbruster <address@hidden>
> Signed-off-by: Xiao Long Jiang <address@hidden>
> Reviewed-by: Dong Jia Shi <address@hidden>

Marc-André already posted a simpler fix:
Subject: [PATCH] qmp: fix object-add assert() without props
Message-Id: <address@hidden>

Would you be willing to test it?  Review would of course also be
appreciated.

Thanks!



reply via email to

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