[libvirt] [PATCH] Fix potential double free in virDomainObjParseXML()

Daniel Veillard veillard at redhat.com
Tue Dec 8 10:24:56 UTC 2009


On Sun, Dec 06, 2009 at 11:03:13PM +0100, Matthias Bolte wrote:
> ---
>  src/conf/domain_conf.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
> index 6a8fd5d..8730f37 100644
> --- a/src/conf/domain_conf.c
> +++ b/src/conf/domain_conf.c
> @@ -3493,6 +3493,7 @@ static virDomainObjPtr virDomainObjParseXML(virConnectPtr conn,
>  error:
>      VIR_FREE(nodes);
>      virDomainChrDefFree(obj->monitor_chr);
> +    obj->monitor_chr = NULL;
>      virDomainObjUnref(obj);
>      return NULL;
>  }

  ACK

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list