1
0
forked from aniani/vim

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().
This commit is contained in:
Bram Moolenaar
2023-01-04 17:17:54 +00:00
parent c32949b077
commit 3ac1d97a1d
3 changed files with 23 additions and 0 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1145,
/**/
1144,
/**/