1
0
forked from aniani/vim

patch 8.1.2116: no check for out of memory

Problem:    No check for out of memory.
Solution:   Check for NULL pointer.
This commit is contained in:
Bram Moolenaar
2019-10-05 21:35:16 +02:00
parent 2efc44b3f0
commit 1671de3098
2 changed files with 8 additions and 3 deletions

View File

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