1
0
forked from aniani/vim

patch 8.0.0340: not checking return valud of dict_add()

Problem:    Not checking return valud of dict_add(). (Coverity)
Solution:   Handle a failure.
This commit is contained in:
Bram Moolenaar
2017-02-19 13:55:02 +01:00
parent 46522af724
commit 5acff71d3b
2 changed files with 9 additions and 2 deletions

View File

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