commit | 4c13e5e6763c6eb36a343a2b8235ea227202e952 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 14:49:43 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 14:49:43 2021 +0000 |
tree | 2ab6e7bed15c5d524eca43adead7697910a8f004 | |
parent | cfe3af284a26178f4838df7c7489b2a1edd4c3a1 [diff] [blame] |
patch 8.2.3949: using freed memory with /\%V Problem: Using freed memory with /\%V. Solution: Get the line again after getvvcol().
diff --git a/src/version.c b/src/version.c index a362dca..9f5ed30 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3949, +/**/ 3948, /**/ 3947,