]> granicus.if.org Git - python/commit
Security patches from Apple: prevent int overflow when allocating memory
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 31 Jul 2008 17:17:14 +0000 (17:17 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 31 Jul 2008 17:17:14 +0000 (17:17 +0000)
commite7d8be80ba634fa15ece6f503c33592e0d333361
tree4264163ebdcea24504f3842330602d98301cf659
parente70f8e1205b5fc60a30469db69bbee4d5d532d86
Security patches from Apple:  prevent int overflow when allocating memory
13 files changed:
Lib/test/seq_tests.py
Lib/test/test_bigmem.py
Lib/test/test_strop.py
Lib/test/test_support.py
Misc/NEWS
Modules/gcmodule.c
Modules/mmapmodule.c
Modules/stropmodule.c
Objects/bufferobject.c
Objects/longobject.c
Objects/stringobject.c
Objects/tupleobject.c
Objects/unicodeobject.c