]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0879: crash when shifting with huge number v8.0.0879
authorBram Moolenaar <Bram@vim.org>
Sun, 6 Aug 2017 13:42:06 +0000 (15:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Aug 2017 13:42:06 +0000 (15:42 +0200)
commitbae5a17a738d1a3b5c51d9aa5d99e228d3911955
tree8e5eade690175963af3c749a4c368acf3b346164
parentcae92dc3d5bdd4009910671328cd01394bfbe2cf
patch 8.0.0879: crash when shifting with huge number

Problem:    Crash when shifting with huge number.
Solution:   Check for overflow. (Dominique Pelle, closes #1945)
src/ops.c
src/testdir/test_visual.vim
src/version.c