]> granicus.if.org Git - python/commit
Fix issue2589: there was a potential integer overflow leading to
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 26 May 2008 21:16:34 +0000 (21:16 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 26 May 2008 21:16:34 +0000 (21:16 +0000)
commit23921f00e8a2d1a4ac3e3274b9523fddafb42fe1
treed72668520d064270ffd5b081996dbfa24fb73b8f
parent06abba3558f0be86134a569f9885b0edcfdbbe16
Fix issue2589: there was a potential integer overflow leading to
memory corruption on esoteric platforms and incorrect behavior on
normal platforms.
Python/mysnprintf.c