]> granicus.if.org Git - vim/commit
patch 9.0.0225: using freed memory with multiple line breaks in expression v9.0.0225
authorBram Moolenaar <Bram@vim.org>
Thu, 18 Aug 2022 12:28:31 +0000 (13:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 18 Aug 2022 12:28:31 +0000 (13:28 +0100)
commit91c7cbfe31bbef57d5fcf7d76989fc159f73ef15
tree95aa1ecfabd5937db15f10648d79a61f42c417e4
parent4875d6ab068f09df88d24d81de40dcd8d56e243d
patch 9.0.0225: using freed memory with multiple line breaks in expression

Problem:    Using freed memory with multiple line breaks in expression.
Solution:   Free eval_tofree later.
src/eval.c
src/proto/eval.pro
src/testdir/test_vim9_script.vim
src/userfunc.c
src/version.c