commit | 62a099cc6dbfc31c0ced3f6d895711208bf10518 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 20:18:16 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 20:18:16 2022 +0000 |
tree | fe990908fafea10cc1ed04dea39b028ee3ea9774 | |
parent | a4c96252b12c9ebc0ba563694c064e500d707b06 [diff] [blame] |
patch 8.2.4034: Coverity warns for possibly using a NULL pointer Problem: Coverity warns for possibly using a NULL pointer. Solution: Check v_partial is not NULL.
diff --git a/src/version.c b/src/version.c index 7f01ebe..e2b5023 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4034, +/**/ 4033, /**/ 4032,