commit | fe6fb267e6ee5c5da2f41889e4e0e0ac5bf4b89d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 18:16:12 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 18:16:12 2022 +0000 |
tree | d37a272112c2a7b6f399d2210a9aa68b82eafe05 | |
parent | 46634350740d062fc7e555fd6c5d4d43798d4df7 [diff] [blame] |
patch 8.2.4206: condition with many "(" causes a crash Problem: Condition with many "(" causes a crash. Solution: Limit recursion to 1000.
diff --git a/src/version.c b/src/version.c index 4cb980e..16a99ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4206, +/**/ 4205, /**/ 4204,