commit | 48a604845e33399893d6bf293e71bcd2a412800d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 31 11:44:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 31 11:44:48 2022 +0000 |
tree | 9958f24c17c9f14394b09e1ac1f4de8af6be776e | |
parent | 44d1f89c241c611a0904dbbca784facfa13b7916 [diff] [blame] |
patch 8.2.4269: Coverity warns for using a NULL pointer Problem: Coverity warns for using a NULL pointer. Solution: Check for "name" to not be NULL.
diff --git a/src/version.c b/src/version.c index abc6742..87f3845 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4269, +/**/ 4268, /**/ 4267,