[issue22849] Double DECREF in TextIOWrapper

2014-11-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset ec1948191461 by Benjamin Peterson in branch '3.4': fix possible double free in TextIOWrapper.__init__ (closes #22849) https://hg.python.org/cpython/rev/ec1948191461 New changeset a664b150b6c2 by Benjamin Peterson in branch 'default': merge 3.4 (#228

[issue22849] Double DECREF in TextIOWrapper

2014-11-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks for the excellent bug report! -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Pytho

[issue22849] Double DECREF in TextIOWrapper

2014-11-11 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +ncoghlan, serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22849] Double DECREF in TextIOWrapper

2014-11-11 Thread Tim Hatch
New submission from Tim Hatch: There's a reproducible bug in textio.c that causes a double DECREF on codecs. The conditions to trigger are probably rare in real life, so not remotely exploitable (sandbox escape is the worst I can think of on its own, and I'm not aware of any on 3.x): * You n