[New-bugs-announce] [issue19815] ElementTree segmentation fault in expat_start_ns_handler

Yann Diorcet report at bugs.python.org
Wed Nov 27 18:26:48 CET 2013


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 expat version: 
expat.i686                             2.1.0-5.fc19                    @fedora  
expat.x86_64                           2.1.0-5.fc19                    @anaconda

----------
components: Library (Lib)
files: trace
messages: 204601
nosy: Yann.Diorcet
priority: normal
severity: normal
status: open
title: ElementTree segmentation fault in expat_start_ns_handler
versions: Python 2.7
Added file: http://bugs.python.org/file32872/trace

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19815>
_______________________________________


More information about the New-bugs-announce mailing list