[PATCH 1/1] qemu_driver.c: do not redefine 'event' in qemuDomainDefineXMLFlags()

John Ferlan jferlan at redhat.com
Fri Nov 13 19:53:31 UTC 2020



On 11/13/20 12:57 PM, Daniel Henrique Barboza wrote:
> A bad merge while rebasing 74b2834333a caused the @event variable
> to be defined twice, inside the 'cleanup' label, causing coverity
> errors.
> 
> This code was originally moved outside of the label by commit
> 773c7c43611a. Delete the unintended code in the 'cleanup'
> label.
> 
> Fixes: 74b2834333ab3bf500f870e0a6d4e8309379d96a
> Reported-by: John Ferlan <jferlan at redhat.com>
> Signed-off-by: Daniel Henrique Barboza <danielhb413 at gmail.com>
> ---
>  src/qemu/qemu_driver.c | 9 ---------
>  1 file changed, 9 deletions(-)
> 

Reviewed-by: John Ferlan <jferlan at redhat.com>

Tks -

John




More information about the libvir-list mailing list