commit | 546933f4974d0e0966a4d4e78a6a46b7532d71c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 06 16:40:49 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 06 16:40:49 2023 +0000 |
tree | 18b5c62ade64508cb66e864eb882ec192152cbaa | |
parent | a9a6b0323ea3dc5e4d11d28e7c9ae3534e02ee54 [diff] [blame] |
patch 9.0.1286: Coverity warns for using a NULL pointer Problem: Coverity warns for using a NULL pointer. Solution: Bail out whan "varp" is NULL.
diff --git a/src/version.c b/src/version.c index 7c85a97..439698b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1286, +/**/ 1285, /**/ 1284,