commit | 4b7e7bed6cb16c8256e6973418701cfb15b30b8e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 11 14:53:30 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 11 14:53:30 2018 +0100 |
tree | e9df2dd9cd8cd20ccde9ea6b43ef54a424b9d068 | |
parent | a7e18d237f817637815f0de44b08df1e0ca0f4f9 [diff] [blame] |
patch 8.0.1499: out-of-memory situation not correctly handled Problem: Out-of-memory situation not correctly handled. (Coverity) Solution: Check for NULL value.
diff --git a/src/version.c b/src/version.c index 97d2390..a7cc0e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1499, +/**/ 1498, /**/ 1497,