]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0875: using freed memory when executing delfunc at more prompt v9.0.0875
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Nov 2022 22:13:33 +0000 (22:13 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Nov 2022 22:13:33 +0000 (22:13 +0000)
commit398a26f7fcd58fbc6e2329f892edbb7479a971bb
tree4ddec1eaef1a6ad926ad32fe93b2a1d28bfc5cac
parent920d311480114274e4d73156edf4b49ba0b712dd
patch 9.0.0875: using freed memory when executing delfunc at more prompt

Problem:    Using freed memory when executing delfunc at the more prompt.
Solution:   Check function list not changed in another place. (closes #11437)
src/testdir/test_functions.vim
src/userfunc.c
src/version.c