1
0
forked from aniani/vim

patch 8.1.0013: using freed memory when changing terminal cursor color

Problem:    Using freed memory when changing terminal cursor color.
Solution:   Make a copy of the color. (Dominique Pelle, closes #2938,
            closes #2941)
This commit is contained in:
Bram Moolenaar
2018-05-21 14:55:28 +02:00
parent 1f131aee0e
commit 4f7fd56b42
2 changed files with 33 additions and 21 deletions

View File

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