]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1785: compiler warning for strcp() out of bounds v8.2.1785
authorBram Moolenaar <Bram@vim.org>
Fri, 2 Oct 2020 16:11:56 +0000 (18:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 2 Oct 2020 16:11:56 +0000 (18:11 +0200)
commit3f974ff45e0ea4b85fea7d8768f005d8a2c7941e
tree81bbcfa7014b80e712210e797ac43df8aa418010
parentfa79be6b10e1d34fd697a56e85f6c0ce101f3d62
patch 8.2.1785: compiler warning for strcp() out of bounds

Problem:    Compiler warning for strcp() out of bounds. (Christian Brabandt)
Solution:   use memmove() instead.
src/dict.c
src/version.c