commit | 7b6903f02c9eeb12cd85941ea0d352d84e4dab30 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 19:31:29 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 19:31:29 2021 +0100 |
tree | 074982a53a4329c78ef57c779af86b4280cc4c88 | |
parent | 2e5910bfbb05957c10c9c69756dfa342557e9a8b [diff] [blame] |
patch 8.2.2456: Coverity warning for strcpy() into fixed size array Problem: Coverity warning for strcpy() into fixed size array. Solution: Add a type cast to hopefully silence the bogus warning.
diff --git a/src/version.c b/src/version.c index 19a2f82..804899f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2456, +/**/ 2455, /**/ 2454,