]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix possible buffer overflow on Windows when reading code page.
authorBrett Cannon <bcannon@gmail.com>
Mon, 5 Jun 2006 23:56:36 +0000 (23:56 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 5 Jun 2006 23:56:36 +0000 (23:56 +0000)
commit89d862360cc15c20783f4aa0775a3d2450f1bd7b
tree27d2c3788b7492bebb63222a977cb83e444aa621
parentf6080887ffeb381909285b5f839cb115c1b95916
Fix possible buffer overflow on Windows when reading code page.

Backport of fix for bug #1501223.
Misc/NEWS
Python/sysmodule.c