1
0
forked from aniani/vim

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().
This commit is contained in:
Bram Moolenaar
2022-05-16 12:37:36 +01:00
parent 5a8fad32ea
commit 386c24cd26
2 changed files with 8 additions and 4 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4963,
/**/
4962,
/**/