libvirt/src/xenconfig
John Ferlan cfbbeb36cf xen_xm: Resolve Coverity USE_AFTER_FREE
If virDomainDiskDefFree(disk) is called in 'skipdisk:', then it's possible
to either return to skipdisk without reallocating a new disk (via the if
condition just prior) or to end the loop having deleted the disk. Since
virDomainDiskDefFree() does not pass by reference, disk isn't changed in
this context, thus the possible issue.
2014-08-27 12:52:27 -04:00
..
xen_common.c xen_common: Resolve Coverity USE_AFTER_FREE 2014-08-27 12:52:27 -04:00
xen_common.h src/xenconfig: move common parsing/formatting to xen_common 2014-08-18 20:47:38 -06:00
xen_sxpr.c xen: rename xenxs to xenconfig 2014-08-18 20:36:24 -06:00
xen_sxpr.h xen: rename xenxs to xenconfig 2014-08-18 20:36:24 -06:00
xen_xm.c xen_xm: Resolve Coverity USE_AFTER_FREE 2014-08-27 12:52:27 -04:00
xen_xm.h src/xenconfig: move common parsing/formatting to xen_common 2014-08-18 20:47:38 -06:00
xenxs_private.h xen: rename xenxs to xenconfig 2014-08-18 20:36:24 -06:00