commit | 08b28b7ad52d5ee3cb5fa5982b647e325a410484 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 30 20:42:39 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 30 20:42:39 2019 +0100 |
tree | f9bba83c342b51db81766d17d63d26360bbefd6d | |
parent | e7538ae997b3983d0c91a886a74ebacedd752164 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d40cb3b..79f9f7c 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 63, +/**/ 62, /**/ 61,