commit | 9ac38129b6d409f73e29b1d51a5d459cf050410f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 02 18:42:33 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 02 18:42:33 2021 +0000 |
tree | 6425c200c8015001df1e61d3c633a32f48f6f6e2 | |
parent | 69c76171f1a78b829196f72d7010fbe1d9ad2944 [diff] [blame] |
patch 8.2.3721: using memory freed by losing the clipboard selection Problem: Using memory freed by losing the clipboard selection. (Dominique Pellé) Solution: Check y_array is still valid after calling changed_lines(). (closes #9253)
diff --git a/src/version.c b/src/version.c index 810567f..30cd9bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3721, +/**/ 3720, /**/ 3719,