libvirt/src/xenconfig
Michal Privoznik e0392f5a74 xen: Check return value of virStringReplace
After 6604a3dd9f in which new helper function has been
introduced, the code calls virStringReplace and dereference the
result immediately. The string function can, however, return NULL
so this would SIGSEGV right away. Check for the return value of
the string function.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2016-02-23 15:46:19 +01:00
..
xen_common.c device: cleanup input device code 2016-01-26 17:53:33 +01:00
xen_common.h device: cleanup input device code 2016-01-26 17:53:33 +01:00
xen_sxpr.c xenconfig: Properly check retval of virDomainGraphicsListenSetAddress 2016-02-10 14:13:41 +01:00
xen_sxpr.h xenconfig: support vif bandwidth in sexpr parser and formatter 2016-01-08 18:56:00 -07:00
xen_xl.c xen: Check return value of virStringReplace 2016-02-23 15:46:19 +01:00
xen_xl.h Xen: xenconfig: remove xendConfigVersion from public functions 2015-12-17 21:22:33 -07:00
xen_xm.c Xen: VIR_FROM_THIS cleanup 2016-01-21 09:31:39 -07:00
xen_xm.h Xen: xenconfig: remove xendConfigVersion from public functions 2015-12-17 21:22:33 -07:00
xenxs_private.h Xen: VIR_FROM_THIS cleanup 2016-01-21 09:31:39 -07:00