diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-05-31 15:09:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 15:09:28 +0200 |
commit | 58d1683255abb0df4fc70960da6121aeaa41e1d1 (patch) | |
tree | f2cfc80547018a700beef7b6a39d3acca9d98bbb /Lib/test/pythoninfo.py | |
parent | 941ec210aaef517cf818b043ec28345962f78465 (diff) | |
download | cpython-git-58d1683255abb0df4fc70960da6121aeaa41e1d1.tar.gz |
bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283)
Fix a crash in Python initialization when parsing the command line
options.
Fix memcpy() size parameter: previously, we read one wchar_t after
the end of _PyOS_optarg. Moreover, don't copy the trailingg NUL
character: we write it manually anyway.
Thanks Christoph Gohlke for the bug report and the fix!
Diffstat (limited to 'Lib/test/pythoninfo.py')
0 files changed, 0 insertions, 0 deletions