Re: [xml] unregister XPath namespace prefix crash (python bindings)
- From: Anthony Carrico <acarrico memebeam org>
- To: Daniel Veillard <veillard redhat com>
- Cc: libxml <xml gnome org>
- Subject: Re: [xml] unregister XPath namespace prefix crash (python bindings)
- Date: Wed, 29 Oct 2003 10:40:54 -0500
On Wed, Oct 29, 2003 at 06:15:15AM -0500, Daniel Veillard wrote:
Yeah, that sounds right. I changed that in CVS. I also tried to
add more checks in the hash module to avoid the problem in a more general
way.
Thanks. Oops. You probably caught it, but that little patch should
say:
return(xmlHashRemoveEntry(ctxt->nsHash, prefix, ...
not:
return(xmlHashRemoveEntry(ctxt->nsHash, ns_uri, ...
Also, I'm guessing there the same bug exists in the other
xmlXPathRegister* procedures.
--
Anthony Carrico
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]