commit | 95892c27b242cdbc78e622c7a861a4e15aec7a30 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 28 22:26:54 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 28 22:26:54 2018 +0200 |
tree | 12b787a31c0d131fc1fb75b7b5ebdecc00c04e41 | |
parent | ee91c33570008aefd2d62b8f88b22db751acacbe [diff] [blame] |
patch 8.1.0437: may access freed memory when syntax HL times out Problem: May access freed memory when syntax HL times out. (Philipp Gesang) Solution: Clear b_sst_first when clearing b_sst_array.
diff --git a/src/version.c b/src/version.c index 7f21f2d..55d3d80 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 437, +/**/ 436, /**/ 435,