libvirt/src/xen
John Ferlan 46b1d8cf7a Enforce return check on virAsprintf() calls
Way back when I started making changes for Coverity messages my first set
were to a bunch of CHECKED_RETURN errors.  In particular virAsprintf() had
a few callers that Coverity noted didn't check their return (although some
did check if the buffer being printed to was NULL or not).

It was suggested at the time as a further patch an ATTRIBUTE_RETURN_CHECK
should be added to virAsprintf(), see:

https://www.redhat.com/archives/libvir-list/2013-January/msg00120.html

This patch does that and fixes a few more instances not found by Coverity
that failed the check.
2013-01-30 14:42:22 -07:00
..
block_stats.c Rename virterror.c virterror_internal.h to virerror.{c,h} 2012-12-21 11:19:50 +00:00
block_stats.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
xen_driver.c pass stub driver name instead of pciFindStubDriver 2013-01-10 11:30:09 -05:00
xen_driver.h implement managedsave in libvirt xen legacy driver 2012-12-04 09:59:23 -07:00
xen_hypervisor.c xen: Add coverity[ptr_arith] and [sign_extension] tags 2013-01-22 16:59:45 +01:00
xen_hypervisor.h Convert capabilities / domain_conf to use virArch 2012-12-18 16:53:03 +00:00
xen_inotify.c Rename virterror.c virterror_internal.h to virerror.{c,h} 2012-12-21 11:19:50 +00:00
xen_inotify.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
xend_internal.c Enforce return check on virAsprintf() calls 2013-01-30 14:42:22 -07:00
xend_internal.h Rename buf.{c,h} to virbuffer.{c,h} 2012-12-21 11:17:12 +00:00
xm_internal.c Rename virterror.c virterror_internal.h to virerror.{c,h} 2012-12-21 11:19:50 +00:00
xm_internal.h Rename conf.{c,h} to virconf.{c,h} 2012-12-21 11:17:13 +00:00
xs_internal.c Rename virterror.c virterror_internal.h to virerror.{c,h} 2012-12-21 11:19:50 +00:00
xs_internal.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00