Patch 8.2.1672

6 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 12, 2020, 4:10:52 PM9/12/20
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages