1
0
forked from aniani/vim

patch 9.0.1458: buffer overflow when expanding long file name

Problem:    Buffer overflow when expanding long file name.
Solution:   Use a larger buffer and avoid overflowing it. (Yee Cheng Chin,
            closes #12201)
This commit is contained in:
Yee Cheng Chin
2023-04-16 20:13:12 +01:00
committed by Bram Moolenaar
parent ceff9cd1bb
commit a77670726e
2 changed files with 7 additions and 6 deletions

View File

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