[issue19815] ElementTree segmentation fault in expat_start_ns_handler

2013-11-27 Thread Yann Diorcet
Changes by Yann Diorcet : -- type: -> crash ___ Python tracker <http://bugs.python.org/issue19815> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue19815] ElementTree segmentation fault in expat_start_ns_handler

2013-11-27 Thread Yann Diorcet
New submission from Yann Diorcet: I fell on a bug in ElementTree of Python 2.7.5 (default, Nov 12 2013, 16:18:04) The bug seems to be here: http://hg.python.org/cpython/file/ab05e7dd2788/Modules/_elementtree.c#l2341 uri is NULL and not checked before be passed to strlen Maybe linked to my

[issue19815] ElementTree segmentation fault in expat_start_ns_handler

2013-11-27 Thread Yann Diorcet
Changes by Yann Diorcet : Added file: http://bugs.python.org/file32876/aa.tar.gz ___ Python tracker <http://bugs.python.org/issue19815> ___ ___ Python-bugs-list mailin