commit | d5cec1f1f055316c353cfa15ad8d5eb0952d50a0 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Sat Jan 29 15:19:23 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 29 15:19:23 2022 +0000 |
tree | 94d3ad44783e3442be7293edb3d5890ac08f0377 | |
parent | f12b7815f6b55c3e2f37366aa45e723b1fcb2e9a [diff] [blame] |
patch 8.2.4255: theoretical computation overflow Problem: Theoretical computation overflow. Solution: Perform multiplication in a wider type. (closes #9657)
diff --git a/src/version.c b/src/version.c index 25f858b..3e4072d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4255, +/**/ 4254, /**/ 4253,