patch 8.2.2600: Vim9: crash when putting an unknown type in a dictionary

Problem:    Vim9: crash when putting an unknown type in a dictionary.
            (Yegappan Lakshmanan)
Solution:   Handle a NULL type pointer.
This commit is contained in:
Bram Moolenaar
2021-03-13 21:24:56 +01:00
parent edba70703b
commit 93e1cae739
3 changed files with 26 additions and 2 deletions

View File

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