commit | c4dc286fe67f385043efddca1bb7196619df8fb2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 04 16:10:26 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 04 16:10:26 2015 +0200 |
tree | 5149c94de515f57f4fcae88749201ad4c61998b0 | |
parent | 81278efadf45ad745ec9733fdd9970f070571544 [diff] [blame] |
patch 7.4.719 Problem: Overflow when adding MAXCOL to a pointer. Solution: Subtract pointers instead. (James McCoy)
diff --git a/src/version.c b/src/version.c index ab9d100..61bd602 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 719, +/**/ 718, /**/ 717,