]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0908: crash when changing the function table while listing it v8.2.0908
authorBram Moolenaar <Bram@vim.org>
Fri, 5 Jun 2020 19:06:10 +0000 (21:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 5 Jun 2020 19:06:10 +0000 (21:06 +0200)
commit3fffa97159a427067b60c80ed4645e168cc5c4bd
treef0fb9f2fd843478461584c9f6444c8c15d0ae1c5
parent07188fc5ef2366a3b1952e8686a4031b44152d59
patch 8.2.0908: crash when changing the function table while listing it

Problem:    Crash when changing the function table while listing it.
Solution:   Bail out when the function table changes. (closes #6209)
src/testdir/test_timers.vim
src/userfunc.c
src/version.c