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

Michal Privoznik mprivozn at redhat.com
Fri May 10 09:21:12 UTC 2013


On 09.05.2013 23:17, Jesse J. Cook wrote:
> 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(-)
> 

I've squashed in both fixes and pushed.

Michal




More information about the libvir-list mailing list