commit | 6378b21d6dd38cc0f80aa6d31d747db6c287483b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 21:32:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 21:32:06 2020 +0200 |
tree | c9d1a746efb71afc61d8dc4a03db7c8e9d36e5a4 | |
parent | 566cc8c72bb8036f015a435800f28ef9f6a9a3b6 [diff] [blame] |
patch 8.2.1088: a very long translation might cause a buffer overflow Problem: A very long translation might cause a buffer overflow. Solution: Trunctate the message if needed.
diff --git a/src/version.c b/src/version.c index f38c978b..48ff321 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1088, +/**/ 1087, /**/ 1086,