1
0
forked from aniani/vim

patch 7.4.2323

Problem:    Using freed memory when using 'formatexpr'. (Dominique Pelle)
Solution:   Make a copy of 'formatexpr' before evaluating it.
This commit is contained in:
Bram Moolenaar
2016-09-04 15:13:39 +02:00
parent bc54f3f3fe
commit d77f9d595e
3 changed files with 34 additions and 1 deletions

View File

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