0
0
mirror of https://github.com/vim/vim.git synced 2025-10-04 05:25:06 -04:00

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.
This commit is contained in:
Bram Moolenaar
2023-03-07 21:05:04 +00:00
parent 960dcbd098
commit 7ac5023a5f
4 changed files with 39 additions and 7 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1392,
/**/
1391,
/**/