0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 7.4.1715

Problem:    Double free when a partial is in a cycle with a list or dict.
            (Nikolai Pavlov)
Solution:   Do not free a nested list or dict used by the partial.
This commit is contained in:
Bram Moolenaar
2016-04-06 22:59:37 +02:00
parent 54f1b7abf8
commit ddecc25947
3 changed files with 88 additions and 42 deletions

View File

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