commit | f4f1956724f70a7def3bcf8a2d77cf1f8c9dd28c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 28 18:22:11 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 28 18:22:11 2012 +0100 |
tree | 6a2dc51a36d2aef16ac765fd28d6b9ad17a29f98 | |
parent | 2df58b4a58e376e475a3cc0ccb86d991d65b1b77 [diff] [blame] |
updated for version 7.3.739 Problem: Computing number of lines may have an integer overflow. Solution: Check for MAXCOL explicitly. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index a6259c6..47a69c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 739, +/**/ 738, /**/ 737,