]> granicus.if.org Git - python/commit
Added checks for integer overflows, contributed by Google. Some are
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 14 Feb 2008 11:26:18 +0000 (11:26 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 14 Feb 2008 11:26:18 +0000 (11:26 +0000)
commit73c01d410117a573731e6c2afc9694005f8d11aa
treec0cb9e868b2cb57d9ebd5685d0054b551a33e889
parentabcb59a1d87c6121db913ce56c9f91fd43f33916
Added checks for integer overflows, contributed by Google. Some are
only available if asserts are left in the code, in cases where they
can't be triggered from Python code.
25 files changed:
Include/pymem.h
Include/pyport.h
Lib/test/test_array.py
Lib/test/test_struct.py
Misc/NEWS
Modules/_csv.c
Modules/_struct.c
Modules/arraymodule.c
Modules/audioop.c
Modules/binascii.c
Modules/cPickle.c
Modules/cStringIO.c
Modules/cjkcodecs/multibytecodec.c
Modules/datetimemodule.c
Modules/md5.c
Modules/rgbimgmodule.c
Modules/stropmodule.c
Objects/bufferobject.c
Objects/listobject.c
Objects/obmalloc.c
Parser/node.c
Python/asdl.c
Python/ast.c
Python/bltinmodule.c
Python/compile.c