After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 324432 - <xml:foo/> yields in xmlSAX2StartElementNs: out of memory
<xml:foo/> yields in xmlSAX2StartElementNs: out of memory
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
2.6.20
Other Windows
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-18 23:08 UTC by Björn Höhrmann
Modified: 2006-01-04 14:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Björn Höhrmann 2005-12-18 23:08:29 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
Comment 1 Daniel Veillard 2006-01-04 14:11:03 UTC
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