patch 8.2.3382: crash when getting the type of a NULL partial

Problem:    Crash when getting the type of a NULL partial.
Solution:   Check for NULL. (closes #8260)
This commit is contained in:
Bram Moolenaar
2021-08-28 14:58:44 +02:00
parent 5c56da4de8
commit c8103b4c25
3 changed files with 14 additions and 2 deletions

View File

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