1
0
forked from aniani/vim

patch 8.2.1854: Vim9: crash when throwing exception for NULL string

Problem:    Vim9: crash when throwing exception for NULL string. (Dhiraj
            Mishra)
Solution:   Handle NULL string like empty string. (closes #7139)
This commit is contained in:
Bram Moolenaar
2020-10-16 20:25:23 +02:00
parent 7a66a17190
commit 1e021e63c5
4 changed files with 28 additions and 0 deletions

View File

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