]> 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:08:14 +0000 (17:08 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 31 Jul 2008 17:08:14 +0000 (17:08 +0000)
commit4f3be8a0a908784f4ab5fec66439643f2c1d79eb
tree0d7f0d95099fd0b5e93e2f994a3fc0db6b682b29
parent83ac0144fa3041556aa4f3952ebd979e0189a19c
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