]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2887: crash when passing null string to fullcommand() v8.2.2887
authorBram Moolenaar <Bram@vim.org>
Wed, 26 May 2021 17:49:09 +0000 (19:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 26 May 2021 17:49:09 +0000 (19:49 +0200)
commit4c8e8c6e19b75d632b042aa0ba0a2ab769b2162e
tree872b4fd5b1f177b09972f344cfc1f20ff3246736
parent34fcb697240c1bc9e69417ed75db3b1a83479724
patch 8.2.2887: crash when passing null string to fullcommand()

Problem:    Crash when passing null string to fullcommand().
Solution:   Check for NULL pointer. (closes #8256)
src/ex_docmd.c
src/testdir/test_cmdline.vim
src/version.c