commit | 829aa64cf5a113bb683ddf8b32e483e0696602ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 23 22:32:35 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 23 22:32:35 2017 +0200 |
tree | 8b6025cfbfa43e4233fd385208e25de1d364e431 | |
parent | d2c45a1964ddb0d9ac16c9c985051fab41f37840 [diff] [blame] |
patch 8.0.0988: warning from Covscan about using NULL pointer Problem: Warning from Covscan about using NULL pointer. Solution: Add extra check for NULL. (zdohnal)
diff --git a/src/version.c b/src/version.c index 6d2de86..83cb3d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 988, +/**/ 987, /**/ 986,