[libvirt] [PATCH] virsh: do not unlink NULL file

Eric Blake eblake at redhat.com
Sat Oct 1 01:23:34 UTC 2011


On 09/30/2011 07:05 PM, Marc-André Lureau wrote:
> error:could not take a screenshot of xp
> ==6216== Syscall param unlink(pathname) points to unaddressable byte(s)
> ==6216==    at 0x373A0D4937: unlink (syscall-template.S:82)
> ==6216==    by 0x40FD73: cmdScreenshot (virsh.c:3070)
> ==6216==    by 0x42BA0D: vshCommandRun (virsh.c:14920)
> ==6216==    by 0x42EC97: main (virsh.c:16379)
> ==6216==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
> ==6216==
> error:Requested operation is not valid: domain is not running
> ---
>   tools/virsh.c |    6 +++---
>   1 files changed, 3 insertions(+), 3 deletions(-)

ACK.


> -    }
> +    } else
> +        created = true;

Style.  Any if-else that requires {} on one arm should use {} on both 
arms.  I fixed that and pushed.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list