]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0309: invalid memory access when cmdheight is zero v9.0.0309
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2022 21:21:01 +0000 (22:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2022 21:21:01 +0000 (22:21 +0100)
commit7a99da43d14671cc91a302bcfa34d37a35eaa28d
tree25a20f2b4e5d3076f499ad0fbd8a6564c1384916
parent33a5dd8b237738c15cae87441d731ab899b4e846
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.
src/drawscreen.c
src/version.c