commit | e4db7aedab65abadcc84c78e7a10ec7bb62f11cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 13:12:11 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 13:12:11 2018 +0100 |
tree | cea60f8c2cef778a8c9f543e07a40f11ba7bbab4 | |
parent | 3198870137df64214317151726648af8e56f1729 [diff] [blame] |
patch 8.0.1512: warning for possibly using NULL pointer Problem: Warning for possibly using NULL pointer. (Coverity) Solution: Skip using the pointer if it's NULL.
diff --git a/src/version.c b/src/version.c index a9643ca..965df22 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1512, +/**/ 1511, /**/ 1510,