]> granicus.if.org Git - vim/commit
patch 8.2.2456: Coverity warning for strcpy() into fixed size array v8.2.2456
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Feb 2021 18:31:29 +0000 (19:31 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Feb 2021 18:31:29 +0000 (19:31 +0100)
commit7b6903f02c9eeb12cd85941ea0d352d84e4dab30
tree074982a53a4329c78ef57c779af86b4280cc4c88
parent2e5910bfbb05957c10c9c69756dfa342557e9a8b
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.
src/userfunc.c
src/version.c