1
0
forked from aniani/vim

patch 8.2.1880: Vim9: asan complains about adding zero to NULL

Problem:    Vim9: Asan complains about adding zero to NULL.
Solution:   Check for argument count first.
This commit is contained in:
Bram Moolenaar
2020-10-21 16:49:17 +02:00
parent ca17453e73
commit af7a9066a9
2 changed files with 8 additions and 4 deletions

View File

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