commit | bae5a17a738d1a3b5c51d9aa5d99e228d3911955 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 06 15:42:06 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 06 15:42:06 2017 +0200 |
tree | 8e5eade690175963af3c749a4c368acf3b346164 | |
parent | cae92dc3d5bdd4009910671328cd01394bfbe2cf [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index de89ce4..784f6c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 879, +/**/ 878, /**/ 877,