commit | ab350f89f9646e07aefe16a32ba3ddb847496b4a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 28 06:25:00 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 28 06:25:00 2019 +0100 |
tree | 31e46202b9d76c49c1f0634e4ae68c81cd5c1991 | |
parent | c69efcb42fd98d9fcd5f7e01e3b029b0b777df0f [diff] [blame] |
patch 8.1.0985: crash with large number in regexp Problem: Crash with large number in regexp. (Kuang-che Wu) Solution: Check for long becoming negative int. (closes #)
diff --git a/src/version.c b/src/version.c index 74850a0..9b87302 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 985, +/**/ 984, /**/ 983,