libvirt/examples
Ján Tomko aa7bb4f36d examples: check asprintf return value in client_info.c
On error, asprintf returns -1 and the contents of the string
pointer is undefined. In the rest of the libvirt code,
the virAsprintf wrapper takes care of that.

Check the return value and report a generic error, since we
purposefully avoid linking to virutil.
2016-07-01 15:39:01 +02:00
..
admin examples: check asprintf return value in client_info.c 2016-07-01 15:39:01 +02:00
apparmor apparmor: Don't scrub environment of virtlogd process 2016-06-12 13:36:28 +02:00
dominfo examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
dommigrate examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
domsuspend domsuspend: Fix warning on mingw build 2016-02-12 16:36:34 +01:00
domtop examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
hellolibvirt examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
lxcconvert examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
object-events Promote storage pool refresh lifecycle event to top level event 2016-06-24 18:26:11 +01:00
openauth examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
polkit examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
rename examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
systemtap examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
xml examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
Makefile.am examples: admin: Add some examples for the new admin APIs 2016-06-26 00:21:06 +02:00