More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
authorNicholas Clark <nick@ccl4.org>
Mon, 14 Nov 2005 22:32:14 +0000 (22:32 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 14 Nov 2005 22:32:14 +0000 (22:32 +0000)
commit48614a46f2d1bab9f109995e713e48774d849328
tree4ac4c8bf8e476fe954dcf89f4d0110886aa6a910
parent0565a181ab920bd3cc76f2ab45d62768abfcaf8d
More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
(by using the union pointer to chain the freed heads together)

p4raw-id: //depot/perl@26133
sv.c