forked from aniani/vim
patch 8.2.3083: crash when passing null string to charclass()
Problem: Crash when passing null string to charclass().
Solution: Bail out when string pointer is NULL. (Christian Brabandt,
closes #8498, closes #8260)
This commit is contained in:
committed by
Bram Moolenaar
parent
b836f631db
commit
72463f883c
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3083,
|
||||
/**/
|
||||
3082,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user