commit | 8f9956994d5c75ed88d6b2881b6ac0bb62a0d6af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 14:51:30 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 14:51:30 2022 +0000 |
tree | bc9978eb07e41cbaf26b9a753df5cbf241926841 | |
parent | fd31be29b8220ee1cb0b3460c82f2634ae3cc370 [diff] [blame] |
patch 8.2.4110: Coverity warns for using NULL pointer Problem: Coverity warns for using NULL pointer. Solution: Check "evalarg" is not NULL. Skip errors when "verbose" is false.
diff --git a/src/version.c b/src/version.c index bffed68..b658ec7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4110, +/**/ 4109, /**/ 4108,