]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks...
authorMark Dickinson <mdickinson@enthought.com>
Sat, 6 Oct 2012 17:04:49 +0000 (18:04 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sat, 6 Oct 2012 17:04:49 +0000 (18:04 +0100)
commitc04ddff290fc203d05b75c8569b748525fb76b5b
tree184849e76ebe965016c2737939f9eaa0dfb900ee
parenta2028733ef072740921017e544d29d191fdb2c9c
Issue #16096: Fix several occurrences of potential signed integer overflow.  Thanks Serhiy Storchaka.
Modules/_codecsmodule.c
Modules/_datetimemodule.c
Modules/_randommodule.c
Modules/arraymodule.c
Modules/audioop.c
Objects/tupleobject.c
Objects/unicodeobject.c