comparison 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
comparison
equal deleted inserted replaced
14849:c2d0417c7f19 14850:85ef79b16181
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 437,
797 /**/ 799 /**/
798 436, 800 436,
799 /**/ 801 /**/
800 435, 802 435,
801 /**/ 803 /**/