Patch 8.2.1117
Problem: Coverity warns for unsing unitialized field.
Solution: Initialize v_lock.
Files: src/if_lua.c
*** ../vim-8.2.1116/src/if_lua.c 2020-07-01 13:52:50.664017642 +0200
--- src/if_lua.c 2020-07-02 21:15:54.667587250 +0200
***************
*** 576,581 ****
--- 576,583 ----
{
int status = OK;
+ tv->v_lock = 0;
+
switch (lua_type(L, pos))
{
case LUA_TBOOLEAN:
*** ../vim-8.2.1116/src/version.c 2020-07-02 21:11:29.088843936 +0200
--- src/version.c 2020-07-02 21:16:40.839370753 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1117,
/**/
--
Hanson's Treatment of Time:
There are never enough hours in a day, but always too
many days before Saturday.
/// 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 ///