Re: [xml] [BUG] [PATCH] --postvalid broken after CVE-2014-0191 fix

2014-06-09 Thread Daniel Veillard
Pong, sorry, but was distracted with other things and I accumulated feedback from different places on this issue, I would rather not have to push 3 different patches to cover this :-) I ended up with a rather similar but slightly more complex patch (attached), the DTD may have to be loaded in

Re: [xml] [Bug][Patch] xmllint was not parsing the --c14n11 flag

2014-06-09 Thread Daniel Veillard
Whoops, good catch :) applied and pushed, thanks ! https://git.gnome.org/browse/libxml2/commit/?id=d9ea91322502e02140d21441add0c33a0a10b042 Daniel On Wed, May 07, 2014 at 07:55:51PM +0200, Sérgio Batista wrote: > Note: The bug description below was extracted from my ticket in my fork of > libx

Re: [xml] Global error (xmlLastError) not cleaned up if xmlCleanupParser() is called on a different thread!

2014-06-09 Thread Daniel Veillard
On Thu, Apr 10, 2014 at 01:27:30PM +0200, Martin Ba wrote: > Hi all! > > It would appear that when you have a scenario like this > > + + + + > // Thread 1: > xmlInitParser(); > // ... > // anything that sets the last error, e.g.: > xmlReadFile("file isn't there", NULL, XML_PARSE_NOBLANKS); >

[xml] [PATCH] Fix typos in relaxng.c

2014-06-09 Thread Jan Pokorný
Signed-off-by: Jan Pokorný --- relaxng.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/relaxng.c b/relaxng.c index 2bbecd5..f34dc14 100644 --- a/relaxng.c +++ b/relaxng.c @@ -6600,7 +6600,7 @@ xmlRelaxNGParseGrammar(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr nodes) }

Re: [xml] [PATCH] Fix typos in relaxng.c

2014-06-09 Thread Daniel Veillard
ACK, pushed, thanks ! :-) Daniel On Mon, Jun 09, 2014 at 11:45:24PM +0200, Jan Pokorný wrote: > Signed-off-by: Jan Pokorný > --- > relaxng.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/relaxng.c b/relaxng.c > index 2bbecd5..f34dc14 100644 > --- a/relaxng.c > +

Re: [xml] [PATCH] configure: Add --with-python-install-dir

2014-06-09 Thread Daniel Veillard
Fair :-) Yes that looks self contained and should be safe, pushed on master, thanks ! Daniel On Wed, Jun 04, 2014 at 03:31:56PM +0200, Jonas Eriksson wrote: > Hi, > > Top-posting a little 'ping' for this patch. > > /Jonas > > On Thu, Mar 06, 2014 at 09:13:17 +0100 Jonas Eriksson wrote: >