commit | ef9d9b94a8803c405884bb6914ed745ede57c596 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 22:44:50 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 22:44:50 2016 +0200 |
tree | 087ac0a4b7d014b4d377da3fadb76038e8b5d0fe | |
parent | 925ccfde79bf734bc89269c705cebe2d49fe6444 [diff] [blame] |
patch 7.4.1681 Problem: Coverity warns for fixed size buffer length (false positive). Solution: Add a check for the name length.
diff --git a/src/version.c b/src/version.c index 4778bfe..26928e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1681, +/**/ 1680, /**/ 1679,