commit | 24951a67c24e75ec4ff7506f8e2e789ccd786e89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 04 18:33:49 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 04 18:33:49 2021 +0200 |
tree | 18d1f1074f3bb67d72577d587103c0f07d0da3e3 | |
parent | 6e0b553fa12fc5ad5d8ee3d8457e7cb16f38b56f [diff] [blame] |
patch 8.2.2934: ASAN error when using text from the clipboard Problem: ASAN error when using text from the clipboard. Solution: Get width of each character.
diff --git a/src/version.c b/src/version.c index ab4ffeb..eab59f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2934, +/**/ 2933, /**/ 2932,