[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] PATCH: Fix double-free in daemon after client connection drop
- From: Daniel Veillard <veillard redhat com>
- To: "Daniel P. Berrange" <berrange redhat com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] PATCH: Fix double-free in daemon after client connection drop
- Date: Fri, 29 May 2009 15:34:29 +0200
On Fri, May 29, 2009 at 01:50:06PM +0100, Daniel P. Berrange wrote:
> If a client drops a connection unexpectedly there is a possiblity of a
> double free in the daemon if using SASL or TLS. This is because there
> is possibility for poll() on the socket, returns POLLIN and POLLHUP/ERR
> at the same time. Both the POLLIN and POLLHUP handling code will attempt
> to use qemudDispatchClientFailure to mark the client as dieing, doing a
> double free. It is hard to avoid this potential double-invocation of
> the cleanup function, so it is preferrable to make it safe
Yup, patch makes sense, ACK,
Daniel
--
Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
daniel veillard com | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library http://libvirt.org/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]