]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xen_hypervisor.c: avoid NULL deref for NULL domain argument
authorJim Meyering <meyering@redhat.com>
Tue, 26 Jan 2010 19:17:07 +0000 (20:17 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 2 Feb 2010 17:44:32 +0000 (18:44 +0100)
commitb62bf7a7002867df810720f329973963610d28ea
treeaa59891d62044268b5a5a9b7a87508a7242eb62e
parent23d6abd23b33b91c7c0a26eead81d23662b2c8ca
xen_hypervisor.c: avoid NULL deref for NULL domain argument

* src/xen/xen_hypervisor.c (xenHypervisorGetVcpus): Don't attempt
to diagnose an unlikely NULL-domain or NULL-domain->conn error.
src/xen/xen_hypervisor.c