summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/msvc9compiler.py
stat options
Period:
Authors:

Commits per author per week (path 'Lib/distutils/msvc9compiler.py')

AuthorW06 2026W07 2026W08 2026W09 2026Total
Total00000
/>
authorGregory P. Smith <greg@mad-scientist.com>2008-05-26 21:16:34 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-05-26 21:16:34 (GMT)
commit23921f00e8a2d1a4ac3e3274b9523fddafb42fe1 (patch)
treed72668520d064270ffd5b081996dbfa24fb73b8f /Lib
parent06abba3558f0be86134a569f9885b0edcfdbbe16 (diff)
downloadcpython-23921f00e8a2d1a4ac3e3274b9523fddafb42fe1.zip
cpython-23921f00e8a2d1a4ac3e3274b9523fddafb42fe1.tar.gz
cpython-23921f00e8a2d1a4ac3e3274b9523fddafb42fe1.tar.bz2
Fix issue2589: there was a potential integer overflow leading to
memory corruption on esoteric platforms and incorrect behavior on normal platforms.