1
0
forked from aniani/vim

patch 8.2.0034: missing check for out of memory

Problem:    Missing check for out of memory.
Solution:   Check for NULL after vim_strsave(). (Dominique Pelle,
            closes #5393)
This commit is contained in:
Bram Moolenaar
2019-12-23 18:18:52 +01:00
parent 7c77b34967
commit 70188f5b23
2 changed files with 7 additions and 1 deletions

View File

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