]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4206: condition with many "(" causes a crash v8.2.4206
authorBram Moolenaar <Bram@vim.org>
Mon, 24 Jan 2022 18:16:12 +0000 (18:16 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 24 Jan 2022 18:16:12 +0000 (18:16 +0000)
commitfe6fb267e6ee5c5da2f41889e4e0e0ac5bf4b89d
treed37a272112c2a7b6f399d2210a9aa68b82eafe05
parent46634350740d062fc7e555fd6c5d4d43798d4df7
patch 8.2.4206: condition with many "(" causes a crash

Problem:    Condition with many "(" causes a crash.
Solution:   Limit recursion to 1000.
src/errors.h
src/eval.c
src/testdir/test_eval_stuff.vim
src/version.c