[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Libvir] bug in xen_unified.c
- From: Daniel Veillard <veillard redhat com>
- To: Marcus Meissner <meissner suse de>
- Cc: libvir-list redhat com
- Subject: Re: [Libvir] bug in xen_unified.c
- Date: Tue, 29 Jan 2008 05:51:11 -0500
On Mon, Jan 28, 2008 at 11:25:12PM +0100, Marcus Meissner wrote:
> Hi,
>
> spotted by gcc 4.3, in libvirt 0.4.0, xen_unified.c:xenUnifiedDomainSuspend()
>
> if (priv->opened[i] &&
> which should probably be:
> if (priv->opened[XEN_UNIFIED_HYPERVISOR_OFFSET] &&
> because it is outside of the loop, and the other indices in that
> if ().
Oops, yup clearly a bug, applied and commited,
thanks Marcus !
Daniel
--
Red Hat Virtualization group http://redhat.com/virtualization/
Daniel Veillard | virtualization library http://libvirt.org/
veillard redhat com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]