1
0
forked from aniani/vim

patch 8.0.0980: Coverity warning for failing to open /dev/null

Problem:    Coverity warning for failing to open /dev/null.
Solution:   When /dev/null can't be opened exit the child.
This commit is contained in:
Bram Moolenaar
2017-08-21 21:07:29 +02:00
parent eef0531621
commit b109bb4e12
2 changed files with 10 additions and 0 deletions

View File

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