]> granicus.if.org Git - python/commit
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Feb 2015 11:16:07 +0000 (13:16 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Feb 2015 11:16:07 +0000 (13:16 +0200)
commita2269d074b02440b7a9c22115454ad7e33aeb3f4
tree308cd69b9f0f75f2d1a0074b15c39a5b043c48e9
parente8d750c05bba752215d842968dae24c151df561e
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
overflows.  Added few missed PyErr_NoMemory().
Modules/_ctypes/_ctypes.c
Modules/_ctypes/stgdict.c
Modules/_localemodule.c
Modules/_ssl.c
Python/peephole.c