commit | fa0ad0bb0b4255e64ebcf9269d60a942e0ae7ff9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 02 15:45:17 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 02 15:45:17 2017 +0200 |
tree | ae65d2686b40af1da994593c849770d973651095 | |
parent | 69f40be64555d50f603c6f22722cf762aaa6bbc1 [diff] [blame] |
patch 8.0.0537: illegal memory access with :z and large count Problem: Illegal memory access with :z and large count. Solution: Check for number overflow, using long instead of int. (Dominique Pelle, closes #1612)
diff --git a/src/version.c b/src/version.c index fd62728..dc7cfb5 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 537, +/**/ 536, /**/ 535,