commit | 132f75255ecea17ff621f71236568c5d8d8e0163 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 10:49:34 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 10:49:34 2017 +0100 |
tree | af7203ab755b6791024264f285c1bd1bde4c404d | |
parent | a0ca7d002d4efcf4bce0af6943146a339677ed3d [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index ed86ef6..97f0d66 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1409, +/**/ 1408, /**/ 1407,