[issue24093] Use after free in Element.remove

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/issue24093 ___

[issue24093] Use after free in Element.remove

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

[issue24093] Use after free in Element.remove

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/issue24093 ___

[issue24093] Use after free in Element.remove

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

[issue24093] Use after free in Element.remove

2015-05-01 Thread paul
New submission from paul: # Program received signal SIGABRT, Aborted. # 0x40022424 in __kernel_vsyscall () # (gdb) bt # #0 0x40022424 in __kernel_vsyscall () # #1 0x400bb1df in raise () from /lib/i386-linux-gnu/libc.so.6 # #2 0x400be825 in abort () from /lib/i386-linux-gnu/libc.so.6 # #3