Staging
v0.5.1
https://github.com/python/cpython
Revision eb61f8b3a726a8cd1ae3bc3794623e7fe4dd5703 authored by Ronald Oussoren on 22 August 2012, 12:24:14 UTC, committed by Ronald Oussoren on 22 August 2012, 12:24:14 UTC
This is due to an off-by-one error: the allocated buffer didn't have room for a NUL
character at the end of the mbstowcs result.
1 parent ee253eb
History
Tip revision: eb61f8b3a726a8cd1ae3bc3794623e7fe4dd5703 authored by Ronald Oussoren on 22 August 2012, 12:24:14 UTC
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X.
Tip revision: eb61f8b
File Mode Size
Grammar -rw-r--r-- 5.9 KB

back to top