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

patch 8.0.1088: occasional memory use after free

Problem:    Occasional memory use after free.
Solution:   Use the highlight table directly, don't keep a pointer.
This commit is contained in:
Bram Moolenaar
2017-09-10 15:21:55 +02:00
parent e9f6fd27d0
commit 414168d97f
2 changed files with 87 additions and 89 deletions

View File

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