1
0
forked from aniani/vim

patch 8.2.3428: using freed memory when replacing

Problem:    Using freed memory when replacing. (Dhiraj Mishra)
Solution:   Get the line pointer after calling ins_copychar().
This commit is contained in:
Bram Moolenaar
2021-09-11 21:14:20 +02:00
parent b3bf33a7b2
commit 35a9a00afc
3 changed files with 21 additions and 3 deletions

View File

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