commit | e2bd8600b873d2cd1f9d667c28cba8b1dba18839 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 18 13:11:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 18 13:11:57 2022 +0100 |
tree | 64b679c01edbe4d0c1e131f0f132fd66bd2c1bcf | |
parent | b1040dc11fa15818eda724c35a334f460cf98005 [diff] [blame] |
patch 8.2.4977: memory access error when substitute expression changes window Problem: Memory access error when substitute expression changes window. Solution: Disallow changing window in substitute expression.
diff --git a/src/version.c b/src/version.c index 4c63ea0..782642b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4977, +/**/ 4976, /**/ 4975,