[issue24092] Use after free in Element.extend (2)

2015-05-03 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24092 ___

[issue24092] Use after free in Element.extend (2)

2015-05-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The patch for issue24091 fixes this issue. -- resolution: - duplicate stage: needs patch - resolved status: open - closed superseder: - Use after free in Element.extend (1) ___ Python tracker

[issue24092] Use after free in Element.extend (2)

2015-05-01 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +eli.bendersky, scoder, serhiy.storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24092 ___

[issue24092] Use after free in Element.extend (2)

2015-05-01 Thread Christian Heimes
Changes by Christian Heimes li...@cheimes.de: -- components: +Extension Modules stage: - needs patch versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24092 ___

[issue24092] Use after free in Element.extend (2)

2015-05-01 Thread paul
New submission from paul: # Program received signal SIGSEGV, Segmentation fault. # 0x4063cf19 in element_extend (self=0x405ddf74, args=([],)) at /home/p/Python-3.4.1/Modules/_elementtree.c:1056 # 1056PyObject* element = PySequence_Fast_GET_ITEM(seq, i); # (gdb) print i # $3 = 1337 #

[issue24092] Use after free in Element.extend (2)

2015-05-01 Thread Christian Heimes
Changes by Christian Heimes li...@cheimes.de: -- nosy: +christian.heimes ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24092 ___ ___