Re: [libvirt] [PATCH] Fix crash in libvirtd when events are registered & ACLs active

2013-10-03 Thread Eric Blake
On 09/27/2013 09:26 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > When a client disconnects from libvirtd, all event callbacks > must be removed. This involves running the public API > > virConnectDomainEventDeregisterAny > > This code does not run in normal API dispatch cont

Re: [libvirt] [PATCH] Fix crash in libvirtd when events are registered & ACLs active

2013-09-27 Thread Eric Blake
On 09/27/2013 09:26 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > When a client disconnects from libvirtd, all event callbacks > must be removed. This involves running the public API > > virConnectDomainEventDeregisterAny > > This code does not run in normal API dispatch cont

[libvirt] [PATCH] Fix crash in libvirtd when events are registered & ACLs active

2013-09-27 Thread Daniel P. Berrange
From: "Daniel P. Berrange" When a client disconnects from libvirtd, all event callbacks must be removed. This involves running the public API virConnectDomainEventDeregisterAny This code does not run in normal API dispatch context, so no identity was set. The result was that the access contro