We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e80545 commit f33868eCopy full SHA for f33868e
scope.c
@@ -725,6 +725,7 @@ Perl_save_clearsv(pTHX_ SV **svp)
725
PERL_ARGS_ASSERT_SAVE_CLEARSV;
726
727
ASSERT_CURPAD_ACTIVE("save_clearsv");
728
+ assert(*svp);
729
SvPADSTALE_off(*svp); /* mark lexical as active */
730
if (UNLIKELY((offset_shifted >> SAVE_TIGHT_SHIFT) != offset)) {
731
Perl_croak(aTHX_ "panic: pad offset %" UVuf " out of range (%p-%p)",
0 commit comments