1
0
forked from aniani/vim

patch 9.0.0309: invalid memory access when cmdheight is zero

Problem:    Invalid memory access when cmdheight is zero.
Solution:   Check index in w_lines is smaller than Rows.
This commit is contained in:
Bram Moolenaar
2022-08-28 22:21:01 +01:00
parent 33a5dd8b23
commit 7a99da43d1
2 changed files with 7 additions and 1 deletions

View File

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