diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-02-28 06:25:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-02-28 06:25:00 +0100 |
commit | ab350f89f9646e07aefe16a32ba3ddb847496b4a (patch) | |
tree | 31e46202b9d76c49c1f0634e4ae68c81cd5c1991 /src/version.c | |
parent | c69efcb42fd98d9fcd5f7e01e3b029b0b777df0f (diff) | |
download | vim-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.c | 2 |
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, |