]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0487: using freed memory with combination of closures v9.0.0487
authorBram Moolenaar <Bram@vim.org>
Sat, 17 Sep 2022 15:27:39 +0000 (16:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 17 Sep 2022 15:27:39 +0000 (16:27 +0100)
commitacd6b9976bd939035025a16ceb4213a680827927
tree916b389f97f7a4094336ed69e9ab35d264718b0c
parentd5bc762dea1fd32fa04342f8149f95ccfc3b9709
patch 9.0.0487: using freed memory with combination of closures

Problem:    Using freed memory with combination of closures.
Solution:   Do not use a partial after it has been freed through the
            funcstack.
src/eval.c
src/proto/vim9execute.pro
src/version.c
src/vim9execute.c