summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-28 06:25:00 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-28 06:25:00 +0100
commitab350f89f9646e07aefe16a32ba3ddb847496b4a (patch)
tree31e46202b9d76c49c1f0634e4ae68c81cd5c1991 /src/version.c
parentc69efcb42fd98d9fcd5f7e01e3b029b0b777df0f (diff)
downloadvim-git-ab350f89f9646e07aefe16a32ba3ddb847496b4a.tar.gz
patch 8.1.0985: crash with large number in regexpv8.1.0985
Problem: Crash with large number in regexp. (Kuang-che Wu) Solution: Check for long becoming negative int. (closes #)
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 74850a0b3..9b87302cc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 985,
+/**/
984,
/**/
983,