]> granicus.if.org Git - vim/commit
patch 8.2.0063: wrong size argument to vim_snprintf() v8.2.0063
authorBram Moolenaar <Bram@vim.org>
Mon, 30 Dec 2019 19:42:39 +0000 (20:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 30 Dec 2019 19:42:39 +0000 (20:42 +0100)
commit08b28b7ad52d5ee3cb5fa5982b647e325a410484
treef9bba83c342b51db81766d17d63d26360bbefd6d
parente7538ae997b3983d0c91a886a74ebacedd752164
patch 8.2.0063: wrong size argument to vim_snprintf()

Problem:    Wrong size argument to vim_snprintf(). (Dominique Pelle)
Solution:   Reduce the size by the length. (related to #5410)
src/ops.c
src/version.c