forked from aniani/vim
patch 8.2.2364: Vim9: line break in lambda accesses freed memory
Problem: Vim9: line break in lambda accesses freed memory. Solution: Make a copy of the return type. (closes #7664)
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2364,
|
||||
/**/
|
||||
2363,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user