[libvirt] [PATCH] conf: Fix crash with cleanup

Michal Privoznik mprivozn at redhat.com
Tue Oct 16 09:48:47 UTC 2012


On 16.10.2012 11:19, Martin Kletzander wrote:
> There was a crash possible when both <boot dev... and <boot
> order... were specified due to virDomainDefParseBootXML() erroring out
> before setting *tmp (which was free'd in cleanup).  As a fix, I
> created this cleanup that uses one pointer for all the temporary
> stored XPath strings and values, plus this pointer is correctly
> initialized to NULL.
> ---
>  src/conf/domain_conf.c | 21 ++++++++++-----------
>  1 file changed, 10 insertions(+), 11 deletions(-)
> 

ACK

Michal




More information about the libvir-list mailing list