0
0
mirror of https://github.com/python/cpython.git synced 2024-11-29 00:56:12 +01:00
cpython/Modules
Guido van Rossum 2f80d96c04 Patch by Stephen Turner, who writes:
"""
It fixes a memory corruption error resulting from BadPickleGet
exceptions in load_get, load_binget and load_long_binget.  This was
initially reported on c.l.py as a problem with Cookie.py; see the thread
titled "python core dump (SIGBUS) on Solaris" for more details.

If PyDict_GetItem(self->memo, py_key) call failed, then py_key was being
Py_DECREF'd out of existence before call was made to
PyErr_SetObject(BadPickleGet, py_key).

The bug can be duplicated as follows:

import cPickle
cPickle.loads('garyp')

This raises a BadPickleGet exception whose value is a freed object.  A
core dump will soon follow.
"""

Jim Fulton approves of the patch.
1999-07-13 15:18:58 +00:00
..
_cursesmodule.c
_localemodule.c
_tkinter.c
almodule.c
arraymodule.c Use an unsigned cast to avoid a warning in VC++. 1999-03-19 21:50:11 +00:00
audioop.c
binascii.c
bsddbmodule.c
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c Docstring fix: acosh() returns the hyperbolic arccosine, not the 1999-03-16 14:17:48 +00:00
config.c.in
cPickle.c Patch by Stephen Turner, who writes: 1999-07-13 15:18:58 +00:00
cryptmodule.c
cStringIO.c New version from Jim: don't call Py_FatalError() when initialization fails. 1999-06-15 14:35:48 +00:00
cstubs
dbmmodule.c
dlmodule.c
errnomodule.c initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is 1999-01-27 18:04:05 +00:00
fcntlmodule.c
flmodule.c
fmmodule.c
fpectlmodule.c Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux. 1999-04-19 16:50:26 +00:00
fpetestmodule.c
gdbmmodule.c
getbuildinfo.c
getpath.c
glmodule.c
grpmodule.c
imageop.c
imgfile.c
ld_so_aix
license.terms
main.c Patch from Tim Peters to repare a the problem that tracebacks are off 1999-04-19 17:54:19 +00:00
Makefile.pre.in 'clean' target should remove hassignal. 1999-04-12 16:42:13 +00:00
makesetup On HP-UX, -rpath is another option taking an argument that needs to go 1999-05-21 19:18:49 +00:00
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c
mpzmodule.c
newmodule.c
nismodule.c
operator.c
parsermodule.c When the parameter to PyInt_AsLong() has already been checked with 1999-02-17 17:35:53 +00:00
pcre-int.h
pcre.h
pcremodule.c PyPcre_expand(): Fixed two memory leaks, where a PyString_FromString() 1999-02-01 17:09:00 +00:00
posixmodule.c Milton L. Hankin reports that on Windows it is possible to have two 1999-07-02 02:54:02 +00:00
puremodule.c
pwdmodule.c
pypcre.c pcre_exec(): Andrew Kuchling's patch for pcre memory leak. 1999-01-27 21:41:08 +00:00
python.c
readline.c setup_readline(): Added a comment about memory leak (reported by 1999-01-29 21:55:03 +00:00
regexmodule.c
regexpr.c casts for picky compilers. 1999-04-10 15:48:23 +00:00
regexpr.h
resource.c
rgbimgmodule.c
rotormodule.c
selectmodule.c
Setup.in Added Greg Stein and Andrew Kuchling's sha module. 1999-03-24 19:03:59 +00:00
Setup.thread.in
sgimodule.c
shamodule.c casts for picky compilers. 1999-04-10 15:48:23 +00:00
signalmodule.c
socketmodule.c Put back __osf__ support for gethostbyname_r(); the real bug was that 1999-04-13 04:07:32 +00:00
soundex.c
stdwinmodule.c
stropmodule.c In atoi(), don't use isxdigit() to test whether the last character 1999-02-22 16:18:44 +00:00
structmodule.c
sunaudiodev.c
svmodule.c
syslogmodule.c
tclNotify.c
termios.c
threadmodule.c
timemodule.c Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5. 1999-04-23 20:59:05 +00:00
timing.h
timingmodule.c
tkappinit.c
xxmodule.c Use the portable form of initializing the ob_type field for new types. 1999-02-16 22:15:42 +00:00
yuv.h
yuvconvert.c
zlibmodule.c Cast added by Jack Jansen (for Mac port). 1999-04-12 14:35:48 +00:00