1
0
forked from aniani/vim

patch 8.2.1848: crash when passing a NULL string or list to popup_settext()

Problem:    Crashyyyyy passing a NULL string or list to popup_settext().
Solution:   Check for NULL pointers. (closes #7132)
This commit is contained in:
Bram Moolenaar
2020-10-15 19:10:56 +02:00
parent 209f0208f7
commit 74f8eece5e
3 changed files with 16 additions and 2 deletions

View File

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