]> granicus.if.org Git - python/commit
Issue #15144: Fix possible integer overflow when handling pointers as integer values...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 20 Sep 2012 18:56:47 +0000 (20:56 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 20 Sep 2012 18:56:47 +0000 (20:56 +0200)
commitca8aa4acf6755dd012706e1e38fb737ae83ab5c6
tree310b20a536a99dd80657e2d22e07bb1466d0a895
parent1c47222a256f2977dcbb36c05dce7a5ae8e6ae06
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
Patch by Serhiy Storchaka.
Include/objimpl.h
Include/pymacro.h
Misc/NEWS
Modules/_elementtree.c
Objects/obmalloc.c
Objects/stringlib/codecs.h
Objects/stringlib/fastsearch.h
Objects/stringlib/find_max_char.h
Objects/unicodeobject.c
Parser/node.c
Python/pyarena.c