forked from aniani/vim
patch 8.2.3380: crash when using NULL string for funcref()
Problem: Crash when using NULL string for funcref(). Solution: Check for NULL argument. (issue #8260)
This commit is contained in:
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3380,
|
||||
/**/
|
||||
3379,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user