[libvirt] [PATCH 1/5] Fix potential crash in libvirtd with active streams

2011-07-08 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com If a client disconnects while it has a stream active, there is a race condition which could see libvirtd crash. This is because the client struct may be freed before the last stream event has triggered. THis is trivially solved by holding an extra

Re: [libvirt] [PATCH 1/5] Fix potential crash in libvirtd with active streams

2011-07-08 Thread Eric Blake
On 07/08/2011 05:57 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com If a client disconnects while it has a stream active, there is a race condition which could see libvirtd crash. This is because the client struct may be freed before the last stream event has