commit | ea7ecfe2a08877f98edec9b9c26b9e1b3673f00b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 19 20:08:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 19 20:08:15 2019 +0200 |
tree | a5efb8f8e769a84ebb5398cb7b26f1c2e5c95c80 | |
parent | 073e4b92e613d22ce7b16e0fbf5c0e40cb5f9b2c [diff] [blame] |
patch 8.1.1889: Coverity warns for using a NULL pointer Problem: Coverity warns for using a NULL pointer. Solution: Use zero for column if pos is NULL.
diff --git a/src/version.c b/src/version.c index 85d481a..d7bdfa2 100644 --- a/src/version.c +++ b/src/version.c
@@ -766,6 +766,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1889, +/**/ 1888, /**/ 1887,