summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-02-04 18:22:46 +0100
committerBram Moolenaar <Bram@vim.org>2018-02-04 18:22:46 +0100
commit2c7b906afb86b986476cfc959732e433b1b4a3b1 (patch)
tree327ebb2d44650fe095b394b7dcf4f5aa85710872 /src/version.c
parent2374faae111057ee28e8d487f9a52a95855e2206 (diff)
downloadvim-git-2c7b906afb86b986476cfc959732e433b1b4a3b1.tar.gz
patch 8.0.1470: integer overflow when using regexp patternv8.0.1470
Problem: Integer overflow when using regexp pattern. (geeknik) Solution: Use a long instead of int. (Christian Brabandt, closes #2251)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5786860a5..5d417029b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1470,
+/**/
1469,
/**/
1468,