]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1088: occasional memory use after free v8.0.1088
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Sep 2017 13:21:55 +0000 (15:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Sep 2017 13:21:55 +0000 (15:21 +0200)
commit414168d97fad45387a3d7dd16449d15b27079ad8
tree03da834feb40fec3883b2f8708d4af52d28a62b5
parente9f6fd27d0e2dcae3f4aa40c459d5e6a3b3dd102
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.
src/syntax.c
src/version.c