commit | 3ac1d97a1d9353490493d30088256360435f7731 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 04 17:17:54 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 04 17:17:54 2023 +0000 |
tree | abb98762b33578fd248937ad21d1099e19a3e081 | |
parent | c32949b0779106ed5710ae3bffc5053e49083ab4 [diff] [blame] |
patch 9.0.1145: invalid memory access with recursive substitute expression Problem: Invalid memory access with recursive substitute expression. Solution: Check the return value of vim_regsub().
diff --git a/src/version.c b/src/version.c index 6e652c6..9c38fd9 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1145, +/**/ 1144, /**/ 1143,