]> granicus.if.org Git - python/commit
Make sure not to call realloc() with a NULL pointer -- call malloc()
authorGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 21:43:51 +0000 (21:43 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 21:43:51 +0000 (21:43 +0000)
commitaa8d16761b6e2dfe9a5c7596f07f96a9cd96dff1
tree234561c7f1216c01996a41361a710722f4a2a806
parent11801859e020e414d43780489dd8e31b3f4e0a86
Make sure not to call realloc() with a NULL pointer -- call malloc()
in that case.  Tamito Kajiyama.
Modules/cPickle.c