summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
author=?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com>2022-01-29 15:19:23 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-29 15:19:23 +0000
commitd5cec1f1f055316c353cfa15ad8d5eb0952d50a0 (patch)
tree94d3ad44783e3442be7293edb3d5890ac08f0377 /src/version.c
parentf12b7815f6b55c3e2f37366aa45e723b1fcb2e9a (diff)
patch 8.2.4255: theoretical computation overflowv8.2.4255
Problem: Theoretical computation overflow. Solution: Perform multiplication in a wider type. (closes #9657)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 25f858bcb7..3e4072d37b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4255,
+/**/
4254,
/**/
4253,