mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
vim-patch:7.4.836 #3244
Problem: Accessing unitinialized memory.
Solution: Add missing calls to init_tv(). (Dominique Pelle)
0a38dd29d6
This commit is contained in:

committed by
Florian Walch

parent
2e874d5120
commit
b2ece148e6
@@ -4333,6 +4333,8 @@ eval_index (
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
init_tv(&var1);
|
||||
init_tv(&var2);
|
||||
if (**arg == '.') {
|
||||
/*
|
||||
* dict.name
|
||||
|
Reference in New Issue
Block a user