[issue33706] Segfault in command line processing due to buffer over-read

2018-05-31 Thread STINNER Victor
STINNER Victor added the comment: Thank you Christoph Gohlke for your bug report and your fix! I fixed 3.7 and master branches. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue33706] Segfault in command line processing due to buffer over-read

2018-05-31 Thread miss-islington
miss-islington added the comment: New changeset c6de46e180e81508a3b43341791b56418bd811f9 by Miss Islington (bot) in branch '3.7': bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283) https://github.com/python/cpython/commit/c6de46e180e81508a3b43341791b56418bd811f9 -- nosy: +miss-isl

[issue33706] Segfault in command line processing due to buffer over-read

2018-05-31 Thread miss-islington
Change by miss-islington : -- pull_requests: +6910 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33706] Segfault in command line processing due to buffer over-read

2018-05-31 Thread STINNER Victor
STINNER Victor added the comment: New changeset 58d1683255abb0df4fc70960da6121aeaa41e1d1 by Victor Stinner in branch 'master': bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283) https://github.com/python/cpython/commit/58d1683255abb0df4fc70960da6121aeaa41e1d1 -- _

[issue33706] Segfault in command line processing due to buffer over-read

2018-05-31 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +6909 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33706] Segfault in command line processing due to buffer over-read

2018-05-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- components: +Interpreter Core nosy: +vstinner priority: normal -> critical versions: +Python 3.8 ___ Python tracker ___

[issue33706] Segfault in command line processing due to buffer over-read

2018-05-31 Thread Christoph Gohlke
Change by Christoph Gohlke : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue33706] Segfault in command line processing due to buffer over-read

2018-05-30 Thread Christoph Gohlke
New submission from Christoph Gohlke : When testing Python 3.7.0b5 x64 (and betas before) on Windows 10, I occasionally get segfaults when passing a program as string on the command line. The shortest command to reproduce this on my system is `python.exe -c 1` with heap detection turned on bu