]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0098: exe stack length can be wrong without being detected v8.2.0098
authorBram Moolenaar <Bram@vim.org>
Tue, 7 Jan 2020 19:59:34 +0000 (20:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 7 Jan 2020 19:59:34 +0000 (20:59 +0100)
commite31ee86859528a7ffe00405645547d494e522fa8
tree741c24aea3fae5efb613d64314a6721d6cad85c5
parentce6db0273f2c4359f48d75103a42991aa481f14e
patch 8.2.0098: exe stack length can be wrong without being detected

Problem:    Exe stack length can be wrong without being detected.
Solution:   Add a check when ABORT_ON_INTERNAL_ERROR is defined.
src/autocmd.c
src/buffer.c
src/ex_docmd.c
src/macros.h
src/main.c
src/map.c
src/scriptfile.c
src/spellfile.c
src/userfunc.c
src/version.c