1
0
forked from aniani/vim

patch 8.1.1938: may crash when out of memory

Problem:    May crash when out of memory.
Solution:   Initialize v_type to VAR_UNKNOWN. (Dominique Pelle, closes #4871)
This commit is contained in:
Bram Moolenaar
2019-08-29 21:32:55 +02:00
parent 4fb15c6476
commit c507a2d164
2 changed files with 7 additions and 10 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1938,
/**/
1937,
/**/