0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 7.4.836

Problem:    Accessing unitinialized memory.
Solution:   Add missing calls to init_tv(). (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2015-08-25 16:49:01 +02:00
parent f6470c288c
commit 0a38dd29d6
2 changed files with 4 additions and 0 deletions

View File

@@ -5371,6 +5371,8 @@ eval_index(arg, rettv, evaluate, verbose)
}
#endif
init_tv(&var1);
init_tv(&var2);
if (**arg == '.')
{
/*