]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug #487743: test_builtin fails on 64 bit platform.
authorTim Peters <tim.peters@gmail.com>
Sat, 1 Dec 2001 02:52:56 +0000 (02:52 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 1 Dec 2001 02:52:56 +0000 (02:52 +0000)
commit422210426e6d0ac29389c66a82036bde123d8075
tree42dd3875d16839e95912fd501988c23f3b6b920e
parent7fd173bfc42e30a2a097496fc10539c1c3893d82
SF bug #487743: test_builtin fails on 64 bit platform.
Bugfix candidate.
int_repr():  we've never had a buffer big enough to hold the largest
possible result on a 64-bit box.  Now that we're using snprintf instead
of sprintf, this can lead to nonsense results instead of random stack
corruption.
Objects/intobject.c