libvirt/src/libxl
Alex Jia 4b4e4a69a8 libxl: avoid a dereference of a null pointer
Variable 'l_disk' initialized to a null pointer value, control jumps to 'case
VIR_DOMAIN_DISK_DEVICE_DISK and then taking false branch, Within the expansion
of the macro 'libxlError': Field access results in a dereference of a null
pointer (loaded from variable 'l_disk').

* src/libxl/libxl_driver.c: Field access results in a dereference of a null
  pointer (loaded from variable 'l_disk')

Signed-off-by: Alex Jia <ajia@redhat.com>
2011-09-08 11:00:30 +01:00
..
libxl_conf.c snapshot: reject transient disks where code is not ready 2011-09-05 07:03:04 -06:00
libxl_conf.h Add domainSave/Restore to libxl driver 2011-05-30 23:29:05 -06:00
libxl_driver.c libxl: avoid a dereference of a null pointer 2011-09-08 11:00:30 +01:00
libxl_driver.h List authors in copyright headers 2011-03-29 20:57:02 +08:00