With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,
authorNicholas Clark <nick@ccl4.org>
Fri, 10 Feb 2006 14:25:33 +0000 (14:25 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 10 Feb 2006 14:25:33 +0000 (14:25 +0000)
commit9a083ecf3183b31c0b60e9c5dac947cd40829810
tree6e4388d3879842d1d9d9591ccf2bcde322240b8e
parentbf38c51f361107f758fabf5590b0852bea1538f6
With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,
and when PERL_TRACK_MEMPOOL is also defined scribble on any extension
added by realloc().

p4raw-id: //depot/perl@27151
util.c