commit | 414168d97fad45387a3d7dd16449d15b27079ad8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 10 15:21:55 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 10 15:21:55 2017 +0200 |
tree | 03da834feb40fec3883b2f8708d4af52d28a62b5 | |
parent | e9f6fd27d0e2dcae3f4aa40c459d5e6a3b3dd102 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 12354ce..c86b7dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1088, +/**/ 1087, /**/ 1086,