commit | d6211a52ab9f53b82f884561ed43d2fe4d24ff7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 18 19:48:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 18 19:48:14 2022 +0100 |
tree | 64d7530d2eb4daa685ad5451ee9d2c47787466a9 | |
parent | 09f68a5e7817cbb40854ee6b8ae3db21d5365346 [diff] [blame] |
patch 8.2.5126: substitute may overrun destination buffer Problem: Substitute may overrun destination buffer. Solution: Disallow switching buffers in a substitute expression.
diff --git a/src/version.c b/src/version.c index 82ac4ea..2f397ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5126, +/**/ 5125, /**/ 5124,