]> granicus.if.org Git - python/commit
Only add 1 byte to all malloc calls when it is known that malloc(0) or
authorGuido van Rossum <guido@python.org>
Thu, 10 Jul 1997 22:40:54 +0000 (22:40 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 10 Jul 1997 22:40:54 +0000 (22:40 +0000)
commit4b11c74f7c26038f94565a5b73d102bd96cc0e9f
treeccf203ec1a68c0146af2b3543fe945cc4fb01d1d
parent5ca1b711b5dfe3de292330130987e06f65612cb9
Only add 1 byte to all malloc calls when it is known that malloc(0) or
realloc(p, 0) returns NULL.  See changes to configure script to be
checked in later.
Include/mymalloc.h