1
0
forked from aniani/vim

patch 8.2.3182: Vim9: crash when using removing items from a constant list

Problem:    Vim9: crash when using removing items from a constant list.
            (Yegappan Lakshmanan)
Solution:   When a list was allocated with items copy them.
This commit is contained in:
Bram Moolenaar
2021-07-18 22:25:29 +02:00
parent 9ff9c7b974
commit 885971e2f5
3 changed files with 34 additions and 6 deletions

View File

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