1
0
forked from aniani/vim

patch 8.2.3741: using freed memory in open command

Problem:    Using freed memory in open command.
Solution:   Make a copy of the current line.
This commit is contained in:
Bram Moolenaar
2021-12-05 12:06:24 +00:00
parent c7269f8627
commit e031fe90cf
3 changed files with 22 additions and 3 deletions

View File

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