Re: PATCH: Do proper URI parsing for QEMU driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Daniel P. Berrange wrote:
The QEMU driver doesn't cope with URI parameters appended to the end of a
path since it is just doing strcmp on the URI. This patch makes it use
libxml's URI parsing code

Looks good apart from a mistake in freeing the URI here, where you probably meant to jump to the 'decline' label:

+    if (uri == NULL || uri->scheme == NULL || uri->path == NULL)
+        return VIR_DRV_OPEN_DECLINED;

and similarly you need to free the uri before here:

     return VIR_DRV_OPEN_SUCCESS;

and then:

+ decline:
+    xmlFreeURI(uri);
   ^^^ if (uri) ^^^ needed

I didn't apply the other one yet because my machine's up the spout, so feel free to commit both if you want.

Rich.

--
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom.  Registered in
England and Wales under Company Registration No. 03798903

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]