]> granicus.if.org Git - vim/commit
patch 8.2.4106: going over the end of the w_lines array v8.2.4106
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2022 11:42:20 +0000 (11:42 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2022 11:42:20 +0000 (11:42 +0000)
commitfa1a45705995f16ee7e69434c772107a3ddeeebd
treefa93a05ef9444dbe307d4e96aca39167ec86ecf6
parentb5988e365646746029e13473251e5844440d819c
patch 8.2.4106: going over the end of the w_lines array

Problem:    Going over the end of the w_lines array.
Solution:   Break out of the loop when "idx" is too big. (issue #9540)
src/drawscreen.c
src/version.c