]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4009: reading one byte beyond the end of the line v8.2.4009
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Jan 2022 16:50:40 +0000 (16:50 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Jan 2022 16:50:40 +0000 (16:50 +0000)
commitd3a117814d6acbf0dca3eff1a7626843b9b3734a
tree0073cd30b677362a3936829903068b3400cdf511
parent677658ae49de31fe2e5b1fa6d93fdfab85a4362e
patch 8.2.4009: reading one byte beyond the end of the line

Problem:    Reading one byte beyond the end of the line.
Solution:   Check for NUL byte first.
src/ex_docmd.c
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c