commit | 787880a86dbcb79cdf6e8241b1d99ac4a7acbc09 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 17 20:17:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 17 20:17:40 2019 +0200 |
tree | 3c486f6ec9d5f45e52c2b6b26df957a9723bf951 | |
parent | 80e737cc6ab6b68948f6765348b6881be861b200 [diff] [blame] |
patch 8.1.1342: using freed memory when joining line with text property Problem: Using freed memory when joining line with text property. Solution: Use already computed length.
diff --git a/src/version.c b/src/version.c index f9329ba..07db364 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1342, +/**/ 1341, /**/ 1340,