In Perl_cv_undef(), only check potential pads against PL_comppad
authorNicholas Clark <nick@ccl4.org>
Wed, 17 Nov 2010 11:39:06 +0000 (11:39 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 17 Nov 2010 11:39:06 +0000 (11:39 +0000)
commitaa2f79cfd781fa0bd9e0fcec607dd31150743daa
tree0ec4a9598fc3e6e543e911380e7047f34c5d3bc2
parent61c5492ade04e0e4885f062e63c9f5d91f769541
In Perl_cv_undef(), only check potential pads against PL_comppad

Don't even try checking the address of the pad name AV against PL_comppad, and
don't try checking the address of pad AVs against PL_comppad_name. Neither will
ever match.
pad.c