GNOME Bugzilla – Bug 324432
<xml:foo/> yields in xmlSAX2StartElementNs: out of memory
Last modified: 2006-01-04 14:11:03 UTC
% perl -e "print '<xml:foo/>'" | xmllint - -:1: error: xmlSAX2StartElementNs: out of memory <xml:foo/> ^ <?xml version="1.0"?> <foo/> % xmllint --version xmllint.exe: using libxml version 20619CVS2407 compiled with: DTDValid FTP HTTP HTML C14N Catalog XPath XPointer XInclude Iconv Unicode Regexps Automata Schemas Modules
Okay, that was an oversight, the message was more scary than dangerous. This is fixed in CVS and the test is added to the regression suite, thanks a lot ! Daniel