#648859 libxml2: leaked namespaces when reusing a xmlReader/xmlParser

Package:
libxml2
Source:
libxml2
Description:
GNOME XML library
Submitter:
Pierre Habouzit
Date:
2021-07-05 18:33:04 UTC
Severity:
normal
Tags:
#648859#5
Date:
2011-11-15 17:12:30 UTC
From:
To:
If you reuse an xmlTextReader and you interupted the previous parse done
with it, its namespace stack isn't reset, and the subsequent parse get
lots of namespacing errors reported (what a surprise).