[issue35068] [2.7] Possible crashes due to incorrect error handling in pyexpat.c

2018-10-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset d61f586df79a754776f448e5b23015abb71f4fd1 by Serhiy Storchaka (Zackery Spytz) in branch '2.7': [2.7] bpo-35068: Fix possible crashes in pyexpat.c. (GH-10099) https://github.com/python/cpython/commit/d61f586df79a754776f448e5b23015abb71f4fd1 --

[issue35068] [2.7] Possible crashes due to incorrect error handling in pyexpat.c

2018-10-29 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35068] [2.7] Possible crashes due to incorrect error handling in pyexpat.c

2018-10-25 Thread Zackery Spytz
New submission from Zackery Spytz : The attached PR fixes several error handling bugs in pyexpat.c. -- ___ Python tracker ___ ___ Py

[issue35068] [2.7] Possible crashes due to incorrect error handling in pyexpat.c

2018-10-25 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +9432 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue35068] [2.7] Possible crashes due to incorrect error handling in pyexpat.c

2018-10-25 Thread Zackery Spytz
Change by Zackery Spytz : -- components: Extension Modules nosy: ZackerySpytz priority: normal severity: normal status: open title: [2.7] Possible crashes due to incorrect error handling in pyexpat.c type: crash versions: Python 2.7 ___ Python tracke