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 -- [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/202007021918.062JIQDG1571288%40masaka.moolenaar.net.