comparison src/version.c @ 23479:39d62cdde492 v8.2.2282

patch 8.2.2282: length check mismatch with argument of strncmp() Commit: https://github.com/vim/vim/commit/339c1bdbdfb823c4ea36242f0a4f083cbc010b84 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 20:14:23 2021 +0100 patch 8.2.2282: length check mismatch with argument of strncmp() Problem: Length check mismatch with argument of strncmp(). (Christian Brabandt) Solution: Adjust length check.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jan 2021 20:15:03 +0100
parents 95db03521b01
children 62fe9a7fd582
comparison
equal deleted inserted replaced
23478:5e697f307c06 23479:39d62cdde492
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 2282,
753 /**/ 755 /**/
754 2281, 756 2281,
755 /**/ 757 /**/
756 2280, 758 2280,
757 /**/ 759 /**/