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:
@@ -5371,6 +5371,8 @@ eval_index(arg, rettv, evaluate, verbose)
|
||||
}
|
||||
#endif
|
||||
|
||||
init_tv(&var1);
|
||||
init_tv(&var2);
|
||||
if (**arg == '.')
|
||||
{
|
||||
/*
|
||||
|
Reference in New Issue
Block a user