commit | 7f9a5a68fe363db467a505502237c1e8479c1436 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 16:37:18 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 16:37:18 2022 +0100 |
tree | 49178a3128f8672899878fe7665ddf13fd0bf466 | |
parent | 259a741044812df739457e25eb5195d9c5c0e6f8 [diff] [blame] |
patch 9.0.0558: Coverity warns for possibly using NULL pointer Problem: Coverity warns for possibly using NULL pointer. Solution: Only use "evalarg" when not NULL.
diff --git a/src/version.c b/src/version.c index f01afe3..48f2ca5 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 558, +/**/ 557, /**/ 556,