comparison src/version.c @ 28881:3ddaf476a874 v8.2.4963

patch 8.2.4963: expanding path with "/**" may overrun end of buffer Commit: https://github.com/vim/vim/commit/386c24cd262edac66a31add2fd989c96c4c2c952 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 16 12:37:36 2022 +0100 patch 8.2.4963: expanding path with "/**" may overrun end of buffer Problem: Expanding path with "/**" may overrun end of buffer. Solution: Use vim_snprintf().
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 May 2022 13:45:02 +0200
parents 73d490493dc6
children d5436dbdd082
comparison
equal deleted inserted replaced
28880:58035f47b8c7 28881:3ddaf476a874
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4963,
749 /**/ 751 /**/
750 4962, 752 4962,
751 /**/ 753 /**/
752 4961, 754 4961,
753 /**/ 755 /**/