comparison src/version.c @ 15924:98d315176d48 v8.1.0968

patch 8.1.0968: crash when using search pattern %Ufffffc23 commit https://github.com/vim/vim/commit/527a2d86fb375fcc7b34e80fc47f4c7126fc12ba Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 21 22:28:51 2019 +0100 patch 8.1.0968: crash when using search pattern \%Ufffffc23 Problem: Crash when using search pattern \%Ufffffc23. Solution: Limit character to INT_MAX. (closes https://github.com/vim/vim/issues/4009)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Feb 2019 22:30:06 +0100
parents 0d6331501d19
children ca0a0b64809c
comparison
equal deleted inserted replaced
15923:5818bd3610d1 15924:98d315176d48
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 968,
782 /**/ 784 /**/
783 967, 785 967,
784 /**/ 786 /**/
785 966, 787 966,
786 /**/ 788 /**/