commit | 64f37d309025a65210dbc33823ec9ec5d547775f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 31 19:58:13 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 31 19:58:13 2020 +0200 |
tree | 2a7a015d47c6de62463b3bc64e4749739e2af814 | |
parent | 8b565c2c1522e0c41e3d18e1bb6e1bc4b3686842 [diff] [blame] |
patch 8.2.1552: warnings from asan with clang-11 Problem: Warnings from asan with clang-11. (James McCoy) Solution: Avoid using a NULL pointer. (issue #6811)
diff --git a/src/version.c b/src/version.c index 901f540..b709939 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1552, +/**/ 1551, /**/ 1550,