]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4255: theoretical computation overflow v8.2.4255
author=?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com>
Sat, 29 Jan 2022 15:19:23 +0000 (15:19 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 29 Jan 2022 15:19:23 +0000 (15:19 +0000)
commitd5cec1f1f055316c353cfa15ad8d5eb0952d50a0
tree94d3ad44783e3442be7293edb3d5890ac08f0377
parentf12b7815f6b55c3e2f37366aa45e723b1fcb2e9a
patch 8.2.4255: theoretical computation overflow

Problem:    Theoretical computation overflow.
Solution:   Perform multiplication in a wider type. (closes #9657)
src/alloc.c
src/drawline.c
src/eval.c
src/evalfunc.c
src/ex_docmd.c
src/hardcopy.c
src/list.c
src/memfile.c
src/memline.c
src/popupwin.c
src/version.c