summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-24 18:16:12 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-24 18:16:12 +0000
commitfe6fb267e6ee5c5da2f41889e4e0e0ac5bf4b89d (patch)
treed37a272112c2a7b6f399d2210a9aa68b82eafe05 /src/version.c
parent46634350740d062fc7e555fd6c5d4d43798d4df7 (diff)
downloadvim-git-8.2.4206.tar.gz
patch 8.2.4206: condition with many "(" causes a crashv8.2.4206
Problem: Condition with many "(" causes a crash. Solution: Limit recursion to 1000.
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 4cb980ea4..16a99ef92 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4206,
+/**/
4205,
/**/
4204,