commit | 338f1fc0ee3ca929387448fe464579d6113fa76a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 26 15:56:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 26 15:56:23 2022 +0100 |
tree | 008c1b86db6020483e7e24fc6318cd6da3663c61 | |
parent | 9bcb9ca9c7dd1632385dc3351b5e019739368658 [diff] [blame] |
patch 8.2.5023: substitute overwrites allocated buffer Problem: Substitute overwrites allocated buffer. Solution: Disallow undo when in a substitute command.
diff --git a/src/version.c b/src/version.c index 9751865..cd6c331 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5023, +/**/ 5022, /**/ 5021,