commit | 925ccfde79bf734bc89269c705cebe2d49fe6444 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 22:38:02 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 22:38:02 2016 +0200 |
tree | 48479bf32def78de79cf6d178e0f7ceaf15d6f95 | |
parent | 7d2a5796d39905a972e8f74af5f7b0a62e3de173 [diff] [blame] |
patch 7.4.1680 Problem: Coverity warns for not checking name length (false positive). Solution: Only copy the characters we know are there.
diff --git a/src/version.c b/src/version.c index e1f7a2a..4778bfe 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1680, +/**/ 1679, /**/ 1678,