]> granicus.if.org Git - vim/commit
patch 8.2.1910: reading past the end of the command line v8.2.1910
authorBram Moolenaar <Bram@vim.org>
Mon, 26 Oct 2020 20:39:13 +0000 (21:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 26 Oct 2020 20:39:13 +0000 (21:39 +0100)
commitcaf73dcfade0a435ea3f989285b43f07c40c9948
treeae9c2d80671b11dd22ab7979e3969bdaee09ec6a
parentcb80aa2d53e56d3aba3b3c439fb467f29a750c5e
patch 8.2.1910: reading past the end of the command line

Problem:    Reading past the end of the command line.
Solution:   Check for NUL. (closes #7204)
src/ex_docmd.c
src/testdir/test_edit.vim
src/version.c