In Perl_gv_fetchpvn_flags(), don't re-zero memory from Newxz().
authorNicholas Clark <nick@ccl4.org>
Tue, 19 May 2009 08:39:43 +0000 (10:39 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 19 May 2009 08:39:43 +0000 (10:39 +0200)
commit0bdedcb34289d9e694301c7a38391d0730e0f2bc
treee1937ee1d54cb6bae2bd4cfdbb6ee15584a27942
parente92c6be8349ad1d36d6df1dcb526fd37421e9970
In Perl_gv_fetchpvn_flags(), don't re-zero memory from Newxz().
Explicitly zero the memory for PL_psig_ptr, PL_psig_name and PL_psig_pend if we
didn't need to allocate it this time round.
gv.c