clone 536273 -1 -2 -3
reassign -1 python2.5 2.5.4-1
retitle -1 python2.5: xml.etree can produce invalid XML
reassign -2 python-elementtree 1.2.6-14
retitle -2 python-elementtree: can produce invalid XML
reassign -3 python-celementtree 1.0.5-10
retitle -3 python-celementtree: can produce invalid XM
Package: python-lxml
Version: 2.1.5-1
Severity: normal
$ cat buggy.py
import sys
import lxml.etree as et
root = et.Element('root')
root.text = u'''\u1234\x07'''
et.ElementTree(root).write(sys.stdout)
$ python buggy.py | xmllint -
-:1: parser error : PCDATA invalid Char value 7
ሴ
^
2 matches
Mail list logo