Patch 9.0.0468

2 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 15, 2022, 7:21:37 AM9/15/22
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages