Patch 8.2.1672
Problem: v_lock is used when it is not initialized. (Yegappan Lakshmanan)
Solution: Initialize the typval in eval1().
Files: src/eval.c
*** ../vim-8.2.1671/src/eval.c 2020-09-12 21:26:37.922233032 +0200
--- src/eval.c 2020-09-12 22:02:24.657036710 +0200
***************
*** 2103,2108 ****
--- 2103,2110 ----
char_u *p;
int getnext;
+ CLEAR_POINTER(rettv);
+
/*
* Get the first variable.
*/
*** ../vim-8.2.1671/src/version.c 2020-09-12 21:26:37.922233032 +0200
--- src/version.c 2020-09-12 22:07:30.596054962 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 1672,
/**/
--
It is illegal for anyone to give lighted cigars to dogs, cats, and other
domesticated animal kept as pets.
[real standing law in Illinois, United States of America]
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202009122010.08CKAgZr1214721%40masaka.moolenaar.net.