]> granicus.if.org Git - vim/commit
patch 8.2.4108: going over the end of the w_lines array v8.2.4108
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2022 13:58:33 +0000 (13:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2022 13:58:33 +0000 (13:58 +0000)
commitf6ebc820041b3f77794297026b46c1ebbc279a3a
tree9ce26dae26bafa945949bff192c3bb2e86564fa4
parenta9725221ac4650b7e9219bf6e3682826fe2e0096
patch 8.2.4108: going over the end of the w_lines array

Problem:    Going over the end of the w_lines array.
Solution:   Check not going over the end and limit to Rows. (issue #9540)
src/drawscreen.c
src/version.c