The bug fixed by change 29610 would have been avoided with this
authorNicholas Clark <nick@ccl4.org>
Thu, 1 Mar 2007 17:46:49 +0000 (17:46 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 1 Mar 2007 17:46:49 +0000 (17:46 +0000)
commitbf11fd37daadd699e7214d2f9150186bcfa8441f
tree8facdb57f8f7176f105af40af0f3a0434afda7c6
parent5be41be4072fd5cea66cae4e0e2cdfd32753ce89
The bug fixed by change 29610 would have been avoided with this
assertion - ensure that the hek argument to Perl_unshare_hek() is not
NULL, because if it is, then S_unshare_hek_or_pvn() will merrily
unshare the string "" instead.

p4raw-id: //depot/perl@30440
hv.c