Patch 9.0.0468
Problem: Exectution stack underflow without the +eval feature. (Dominique
Pellé)
Solution: Add to execution stack without FEAT_EVAL. (closes #11135)
Files: src/scriptfile.c
*** ../vim-9.0.0467/src/scriptfile.c 2022-08-28 18:52:06.667888932 +0100
--- src/scriptfile.c 2022-09-15 12:17:47.570282058 +0100
***************
*** 1639,1644 ****
--- 1639,1647 ----
}
}
# endif
+ #else
+ // Keep the sourcing name/lnum, for recursive calls.
+ estack_push(ETYPE_SCRIPT, fname_exp, 0);
#endif
cookie.conv.vc_type = CONV_NONE; // no conversion
*** ../vim-9.0.0467/src/version.c 2022-09-14 22:30:56.111676046 +0100
--- src/version.c 2022-09-15 12:19:33.997998240 +0100
***************
*** 705,706 ****
--- 705,708 ----
{ /* Add new patch number below this line */
+ /**/
+ 468,
/**/
--
hundred-and-one symptoms of being an internet addict:
80. At parties, you introduce your spouse as your "service provider."
/// 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/20220915112125.72F411C0EE2%40moolenaar.net.