diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-22 12:11:44 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-22 12:11:44 (GMT) |
commit | 0477bf3a934b9e959ce4a64f25ce24310797d50e (patch) | |
tree | 850fd66b79bc86c43cf1d9a2856c41c757a35cbe /Lib/test | |
parent | eab4b4c784c4351e4b3ea7ead277180d88293f23 (diff) | |
download | cpython-0477bf3a934b9e959ce4a64f25ce24310797d50e.zip cpython-0477bf3a934b9e959ce4a64f25ce24310797d50e.tar.gz cpython-0477bf3a934b9e959ce4a64f25ce24310797d50e.tar.bz2 |
Fix a crash in _elementtree related to lone unicode surrogates.
Fix a segfault on:
>>> import _elementtree
>>> _elementtree.iterparse('/bin/sh', ("\uDC80", "\ud808\udf45"))
Diffstat (limited to 'Lib/test')
0 files changed, 0 insertions, 0 deletions