commit | b109bb4e1208753cb286b39992b58126d5aa4ce6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 21 21:07:29 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 21 21:07:29 2017 +0200 |
tree | 7240a2e9d334af6953bacbc2ae73de7446d84fde | |
parent | eef0531621c8d4045d669eb815b051d925983df8 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 5d97014..c8ae297 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 980, +/**/ 979, /**/ 978,