[issue23361] integer overflow in winapi_createprocess

2015-02-11 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- versions: +Python 3.3, Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mail

[issue23361] integer overflow in winapi_createprocess

2015-02-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset ab2e79c6cf6b by Benjamin Peterson in branch '3.3': add overflow checking (closes #23361) https://hg.python.org/cpython/rev/ab2e79c6cf6b New changeset b82cc9180a78 by Benjamin Peterson in branch '3.4': merge 3.3 (#23361) https://hg.python.org/cpython

[issue23361] integer overflow in winapi_createprocess

2015-02-09 Thread paul
paul added the comment: ping -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman

[issue23361] integer overflow in winapi_createprocess

2015-02-05 Thread paul
paul added the comment: ping -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman

[issue23361] integer overflow in winapi_createprocess

2015-02-01 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue23361] integer overflow in winapi_createprocess

2015-02-01 Thread paul
New submission from paul: winapi_createprocess takes env_mapping dictionary as a parameter, mapping variables to their env. values. Dictionary with pathologically large values will cause an integer overflow during computation of total space required to store all key-value pairs File: Modules