Patch 8.2.4931
Problem: Crash with sequence of Perl commands.
Solution: Move PUTBACK to another line. (closes #10386)
Files: src/if_perl.xs
*** ../vim-8.2.4930/src/if_perl.xs 2022-01-28 21:00:47.659144775 +0000
--- src/if_perl.xs 2022-05-10 13:32:00.896553812 +0100
***************
*** 1373,1378 ****
--- 1373,1379 ----
SPAGAIN;
SvREFCNT_dec(sv);
sv = POPs;
+ PUTBACK;
}
}
else
***************
*** 1383,1389 ****
ref_map_free();
err = SvPV(GvSV(PL_errgv), err_len);
}
- PUTBACK;
FREETMPS;
LEAVE;
}
--- 1384,1389 ----
*** ../vim-8.2.4930/src/version.c 2022-05-10 13:24:17.644706896 +0100
--- src/version.c 2022-05-10 13:30:06.388585631 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4931,
/**/
--
hundred-and-one symptoms of being an internet addict:
164. You got out to buy software, instead of going out for a beer.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220510123427.9A9871C0645%40moolenaar.net.