[libvirt] [PATCH 3/6] Fix possible memory leak in util/virxml.c

John Ferlan jferlan at redhat.com
Mon Jan 13 16:33:19 UTC 2014



On 01/13/2014 11:12 AM, Pavel Hrdina wrote:
> A "xmlstr" string may not be assigned into a "doc" pointer and it
> could cause memory leak. To fix it if the "doc" pointer is NULL and
> the "xmlstr" string is not assigned we should free it.
> 
> This has been found by coverity.
> 
> Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
> ---
>  src/util/virxml.c | 2 ++
>  1 file changed, 2 insertions(+)
> 

ACK

John




More information about the libvir-list mailing list