patch 9.0.1392: using NULL pointer with nested :open command v9.0.1392
authorBram Moolenaar <Bram@vim.org>
Tue, 7 Mar 2023 21:05:04 +0000 (21:05 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 7 Mar 2023 21:05:04 +0000 (21:05 +0000)
commit7ac5023a5f1a37baafbe1043645f97ba3443d9f6
tree44d5a63f1edb33016aba3843cafa7278f3a3ddcb
parent960dcbd098c761dd623bec9492d5391ff6e8dceb
patch 9.0.1392: using NULL pointer with nested :open command

Problem:    Using NULL pointer with nested :open command.
Solution:   Check that ccline.cmdbuff is not NULL.
src/getchar.c
src/testdir/term_util.vim
src/testdir/test_ex_mode.vim
src/version.c