libvirt/src/lxc
Jim Fehlig 09fafa1e21 Avoid libvirtd crash when cgroups is not configured on host
Invoking virDomainSetMemory() on lxc driver results in libvirtd
segfault when cgroups has not been configured on the host.

Ensure driver->cgroup is non-null before invoking
virCgroupForDomain().  To prevent similar segfaults in the future,
ensure driver parameter to virCgroupForDomain() is non-null before
dereferencing.
2010-03-22 09:42:14 -06:00
..
libvirtd_lxc.aug LXC add augeas support for config file 2009-10-08 18:06:40 +02:00
lxc_conf.c Remove conn parameter from virReportOOMError 2010-02-09 01:04:54 +01:00
lxc_conf.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc_container.c maint: make Red Hat copyright notices consistent 2010-03-18 16:48:05 +01:00
lxc_container.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc_controller.c build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc_driver.c Avoid libvirtd crash when cgroups is not configured on host 2010-03-22 09:42:14 -06:00
lxc_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc.conf LXC add driver config file lxc.conf 2009-10-08 17:40:14 +02:00
test_libvirtd_lxc.aug LXC add augeas support for config file 2009-10-08 18:06:40 +02:00
veth.c Remove conn parameter from util functions 2010-02-09 01:04:54 +01:00
veth.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00