commit | f6ebc820041b3f77794297026b46c1ebbc279a3a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 13:58:33 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 13:58:33 2022 +0000 |
tree | 9ce26dae26bafa945949bff192c3bb2e86564fa4 | |
parent | a9725221ac4650b7e9219bf6e3682826fe2e0096 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index ec96b86..c8983be 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4108, +/**/ 4107, /**/ 4106,