]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0061: the execute stack can grow big and never shrinks v8.2.0061
authorBram Moolenaar <Bram@vim.org>
Mon, 30 Dec 2019 18:19:53 +0000 (19:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 30 Dec 2019 18:19:53 +0000 (19:19 +0100)
commit3fbcc128cbd2311819cc5a7bb89e45669860f008
treeb19f260ef8d85abbd8bc000900eb6ff145c563a6
parentd0337e360e9f0b51a1a5627239d80a45dee8c3be
patch 8.2.0061: the execute stack can grow big and never shrinks

Problem:    The execute stack can grow big and never shrinks.
Solution:   Reduce the size in gargage collect.
src/eval.c
src/version.c