commit | 10600db772a6b50093b8027509d7089c209d1e26 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 05 19:46:07 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 05 19:46:07 2018 +0100 |
tree | c1cdf4d5fbd350eb2ce8710a0236b28caf65a4f5 | |
parent | 88b53fd0521d1e62df17a8a1f2181425e9d4854c [diff] [blame] |
patch 8.1.0565: asan complains about reading before allocated block Problem: Asan complains about reading before allocated block. Solution: Workaround: Avoid offset from becoming negative.
diff --git a/src/version.c b/src/version.c index bc44242..e4f863e 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 565, +/**/ 564, /**/ 563,