1
0
forked from aniani/vim

patch 8.0.0575: using freed memory when resetting 'indentexpr'

Problem:    Using freed memory when resetting 'indentexpr' while evaluating
            it. (Dominique Pelle)
Solution:   Make a copy of 'indentexpr'.
This commit is contained in:
Bram Moolenaar
2017-04-20 22:57:27 +02:00
parent 99895eac1c
commit a701b3b6f0
3 changed files with 26 additions and 1 deletions

View File

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