[libvirt] [PATCH 0/2] Domain event example C code misues api

Jesse J. Cook crashenx at gmail.com
Thu May 9 21:17:42 UTC 2013


From: "Jesse J. Cook" <jcook at camber.com>

The example program makes a call to virEventRegisterDefaultImpl before calling
virConnectOpen without a call to virInitialize. Interestingly enough, the
example code works.  However, once you introduce a call to g_string_new it
breaks. This can result in unintentional misuse of the API.

Relates to: Red Hat Bugzilla – Bug 961155

Jesse J. Cook (2):
  dom event example: init before register event impl
  dom event example: Add error check to impl call

 examples/domain-events/events-c/event-test.c |   12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

-- 
1.7.10.4




More information about the libvir-list mailing list