diff src/version.c @ 14850:85ef79b16181 v8.1.0437

patch 8.1.0437: may access freed memory when syntax HL times out commit https://github.com/vim/vim/commit/95892c27b242cdbc78e622c7a861a4e15aec7a30 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 28 22:26:54 2018 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Sep 2018 22:30:06 +0200
parents 45d8aa272dbe
children 3c8a4b25427c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    437,
+/**/
     436,
 /**/
     435,