]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0742: reading past end of the line when compiling a function v9.0.0742
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Oct 2022 15:12:57 +0000 (16:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Oct 2022 15:12:57 +0000 (16:12 +0100)
commit3558afe9e9e904cabb8475392d859f2d2fc21041
tree3ec453686754ece5109f487f5cd9843a4632bf5b
parentd93009eb35c88bfc38781fefdf42ebdb02c61474
patch 9.0.0742: reading past end of the line when compiling a function

Problem:    Reading past end of the line when compiling a function with
            errors.
Solution:   Do not return an invalid pointer.  Fix skipping redirection.
src/testdir/test_vim9_func.vim
src/testdir/test_vim9_script.vim
src/version.c
src/vim9cmds.c
src/vim9compile.c