commit | 4f7fd56b423245786f223a370c6fbfc12e3f37eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 21 14:55:28 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 21 14:55:28 2018 +0200 |
tree | 6e45972d71a230bfb2217af048788a1af0224c83 | |
parent | 1f131aee0ed4383009c0a67cc15581cc4c0dcad7 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6dfc3aa..2b97cb6 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 13, +/**/ 12, /**/ 11,