1
0
forked from aniani/vim

patch 8.0.1409: buffer overflow in :tags command

Problem:    Buffer overflow in :tags command.
Solution:   Use vim_snprintf(). (Dominique Pelle, closes #2471, closes #2475)
            Add a test.
This commit is contained in:
Bram Moolenaar
2017-12-19 10:49:34 +01:00
parent a0ca7d002d
commit 132f75255e
3 changed files with 9 additions and 2 deletions

View File

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