comparison src/version.c @ 15856:e44b7caaf373 v8.1.0935

patch 8.1.0935: old regexp engine may use invalid buffer commit https://github.com/vim/vim/commit/8bfd9469cef536f171e6666f9d9217192e09d161 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 16 18:07:57 2019 +0100 patch 8.1.0935: old regexp engine may use invalid buffer Problem: Old regexp engine may use invalid buffer for 'iskeyword' or uninitialized buffer pointer. (Kuang-che Wu) Solution: Set rex.reg_buf when compiling the pattern. (closes #3972)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Feb 2019 18:15:05 +0100
parents 4ac1c185b0b8
children 3a45b89639fb
comparison
equal deleted inserted replaced
15855:defb99439bca 15856:e44b7caaf373
777 NULL 777 NULL
778 }; 778 };
779 779
780 static int included_patches[] = 780 static int included_patches[] =
781 { /* Add new patch number below this line */ 781 { /* Add new patch number below this line */
782 /**/
783 935,
782 /**/ 784 /**/
783 934, 785 934,
784 /**/ 786 /**/
785 933, 787 933,
786 /**/ 788 /**/