1
0
forked from aniani/vim

patch 8.1.1845: may use NULL pointer when running out of memory

Problem:    May use NULL pointer when running out of memory.
Solution:   Do not clear popup buffers when NULL. (closes #4802)
This commit is contained in:
Bram Moolenaar
2019-08-13 23:09:49 +02:00
parent 45311b5274
commit 6ace95e981
2 changed files with 8 additions and 2 deletions

View File

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