comparison src/version.c @ 27786:fa675efa1e75 v8.2.4419

patch 8.2.4419: illegal memory access when using 20 highlights Commit: https://github.com/vim/vim/commit/a493b6506b67887a1cc2d1c00a896598c3b2d445 Author: Brandon Richardson <brandon.richardson@siemens.com> Date: Sat Feb 19 11:45:03 2022 +0000 patch 8.2.4419: illegal memory access when using 20 highlights Problem: Illegal memory access when using exactly 20 highlights. Solution: Add one more item in the array. (Brandon Richardson, closes #9800)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Feb 2022 13:00:03 +0100
parents bfce04a99561
children a1effd6bb5ba
comparison
equal deleted inserted replaced
27785:309353f3efd3 27786:fa675efa1e75
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 4419,
753 /**/ 755 /**/
754 4418, 756 4418,
755 /**/ 757 /**/
756 4417, 758 4417,
757 /**/ 759 /**/