commit | 293eb9ba4669b1500370502397d399681e7098f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 10:36:19 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 10:36:19 2021 +0000 |
tree | 1918a8ec8f2c8165e501b38692665cef1884a7b4 | |
parent | 38453528c3372293d70c8e85471a6188749ff331 [diff] [blame] |
patch 8.2.3693: Coverity warns for possibly using a NULL pointer Problem: Coverity warns for possibly using a NULL pointer. Solution: Check for NULL and give an error.
diff --git a/src/version.c b/src/version.c index 90021be..b7fe97b 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3693, +/**/ 3692, /**/ 3691,