From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIvmq-0002HI-PU for qemu-devel@nongnu.org; Tue, 02 Oct 2012 02:16:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIvmp-0007Tn-DL for qemu-devel@nongnu.org; Tue, 02 Oct 2012 02:16:56 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:57920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIvmp-0007TW-4p for qemu-devel@nongnu.org; Tue, 02 Oct 2012 02:16:55 -0400 Date: Tue, 2 Oct 2012 02:16:51 -0400 (EDT) From: Paolo Bonzini Message-ID: <2044262522.4748218.1349158611713.JavaMail.root@redhat.com> In-Reply-To: <20121002045911.GJ27767@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v9 2/4] qemu: URI parsing library List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: veillard@redhat.com Cc: Kevin Wolf , Anthony Liguori , Anand Avati , Vijay Bellur , Stefan Hajnoczi , Harsh Bora , Amar Tumballi , qemu-devel@nongnu.org, "Richard W.M. Jones" , Blue Swirl , Avi Kivity , Bharata B Rao > BTW I'm fine by this assuming: > - someone keeps an eye on libxml2 upstream in case some security > problem shows up in that part of the code Yes. > - the code used is the 2.9.0 one where I added quite a bit of > cleanup on memory handling. It is, modulo the fact that QEMU uses glib functions and thus exits on allocation error. The QEMU code would be a good starting point to add a glib URI module. Paolo