diff options
author | Guido van Rossum <guido@python.org> | 2003-11-30 22:01:43 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-11-30 22:01:43 (GMT) |
commit | a6a38ad55c4ce3ca2299068e880ad3ff4b4f6b51 (patch) | |
tree | 1a2538ba132713182d2e7686b3c58e8109ece55e /PC/bdist_wininst/PythonPowered.bmp | |
parent | 457bf91a7fb1ab628a94fe740450f137b4ee1b92 (diff) | |
download | cpython-a6a38ad55c4ce3ca2299068e880ad3ff4b4f6b51.zip cpython-a6a38ad55c4ce3ca2299068e880ad3ff4b4f6b51.tar.gz cpython-a6a38ad55c4ce3ca2299068e880ad3ff4b4f6b51.tar.bz2 |
Remove all uses of alloca() from this module. The alloca() return value
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.
Diffstat (limited to 'PC/bdist_wininst/PythonPowered.bmp')
0 files changed, 0 insertions, 0 deletions