• Guido van Rossum's avatar
    Remove all uses of alloca() from this module. The alloca() return value · a6a38ad5
    Guido van Rossum yazdı
    isn't checked, and it *is* possible that a very large alloca() call is
    made, e.g. when a large registry value is being read.  I don't know if
    alloca() in that case returns NULL or returns a pointer pointing outside
    the stack, and I don't want to know -- I've simply replaced all calls to
    alloca() with either PyMem_Malloc() or PyString_FromStringAndSize(NULL,)
    as appropriate, followed by a size check.  This addresses SF buf 851056.
    Will backport to 2.3 next.
    a6a38ad5
Adı
Son kayıt (commit)
Son güncelleme
..
bdist_wininst Loading commit data...
example_nt Loading commit data...
os2emx Loading commit data...
os2vacpp Loading commit data...
.cvsignore Loading commit data...
WinMain.c Loading commit data...
_winreg.c Loading commit data...
config.c Loading commit data...
dl_nt.c Loading commit data...
dllbase_nt.txt Loading commit data...
frozen_dllmain.c Loading commit data...
getpathp.c Loading commit data...
import_nt.c Loading commit data...
make_versioninfo.c Loading commit data...
msvcrtmodule.c Loading commit data...
py.ico Loading commit data...
pyc.ico Loading commit data...
pycon.ico Loading commit data...
pyconfig.h Loading commit data...
python.mk Loading commit data...
python_exe.rc Loading commit data...
python_nt.rc Loading commit data...
readme.txt Loading commit data...
testpy.py Loading commit data...
w9xpopen.c Loading commit data...
winsound.c Loading commit data...