Calling Perl_hv_clear_placeholders while the hash iterator was active
authorNicholas Clark <nick@ccl4.org>
Sat, 31 Dec 2005 16:57:32 +0000 (16:57 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 31 Dec 2005 16:57:32 +0000 (16:57 +0000)
commit2e58978ba658da6c974603284c681a91f2905990
treece369eb6137bff01539b4f8720b901e779521d37
parent7440661e2628bf13f68b1828cf423db52f268294
Calling Perl_hv_clear_placeholders while the hash iterator was active
would turn lazy delete on, causing the hash to become corrupted at the
next iterator change.

p4raw-id: //depot/perl@26551
hv.c
lib/Hash/Util.t