1
0
forked from aniani/vim

patch 8.2.1802: Vim9: crash with unterminated dict

Problem:    Vim9: crash with unterminated dict. (Dhiraj Mishra)
Solution:   Return empty string instead of NULL. (closes #7084)
This commit is contained in:
Bram Moolenaar
2020-10-05 19:23:59 +02:00
parent 55b419b871
commit 44aefffaad
3 changed files with 7 additions and 0 deletions

View File

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