[libvirt] [PATCH] stream: avoid use-after-free

Matthias Bolte matthias.bolte at googlemail.com
Sat May 14 08:20:49 UTC 2011


2011/5/13 Eric Blake <eblake at redhat.com>:
> virFDStreamClose used a mutex after it was freed, and failed
> to destroy that mutex on its last use.
>
> * src/fdstream.c (virFDStreamFree): Inline into sole caller...
> (virFDStreamClose): ...to avoid use-after-free and leak.
> Reported by Matthias Bolte.
> ---
>  src/fdstream.c |   34 ++++++++++++++--------------------
>  1 files changed, 14 insertions(+), 20 deletions(-)
>

ACK.

Matthias




More information about the libvir-list mailing list