1
0
forked from aniani/vim

patch 8.2.1621: crash when using submatch(0, 1) in substitute()

Problem:    Crash when using submatch(0, 1) in substitute().
Solution:   Increment reference count. (closes #6887)
This commit is contained in:
Bram Moolenaar
2020-09-06 15:14:45 +02:00
parent 4140c4f3ff
commit 8a0dcf4330
3 changed files with 9 additions and 0 deletions

View File

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