To: vim_dev@googlegroups.com Subject: Patch 9.0.0468 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///