comparison src/version.c @ 23400:5cc8108914e2 v8.2.2243

patch 8.2.2243: crash when popup mask contains zeroes Commit: https://github.com/vim/vim/commit/4012d262072a3ac95878c9d061fa985301720ec2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 29 11:57:46 2020 +0100 patch 8.2.2243: crash when popup mask contains zeroes Problem: Crash when popup mask contains zeroes. Solution: Check boundaries properly. (closes https://github.com/vim/vim/issues/7569)
author Bram Moolenaar <Bram@vim.org>
date Tue, 29 Dec 2020 12:00:49 +0100
parents 40f824f5c7c7
children 65718283239b
comparison
equal deleted inserted replaced
23399:8b4c5f00449e 23400:5cc8108914e2
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2243,
753 /**/ 755 /**/
754 2242, 756 2242,
755 /**/ 757 /**/
756 2241, 758 2241,
757 /**/ 759 /**/