commit | dbec74907eb614517bcf27116d5aad32e087f241 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 13 22:16:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 13 22:16:21 2019 +0200 |
tree | 17209fd0c53e6344185dca416bfd590c89272981 | |
parent | 1946de140a84accaa2f298c7fdccc1be37b9f630 [diff] [blame] |
patch 8.1.2026: possibly using uninitialized memory Problem: Possibly using uninitialized memory. Solution: Check if "dict" is NULL. (closes #4925)
diff --git a/src/version.c b/src/version.c index f412732..c15abcb 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2026, +/**/ 2025, /**/ 2024,