]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Security patches from Apple: prevent int overflow when allocating memory
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 31 Jul 2008 17:04:32 +0000 (17:04 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 31 Jul 2008 17:04:32 +0000 (17:04 +0000)
commitb93d7d52b5f0b91fe36615fae417e6f15e6b95a3
tree6fdb0208f90b42557be89c20159e6484558eb459
parent46b3a79459934a09eaf00caf7e36b20717afc09f
Security patches from Apple:  prevent int overflow when allocating memory
Misc/NEWS
Modules/gcmodule.c
Modules/mmapmodule.c
Modules/stropmodule.c
Objects/bufferobject.c
Objects/stringobject.c
Objects/tupleobject.c
Objects/unicodeobject.c