commit | 7a99da43d14671cc91a302bcfa34d37a35eaa28d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 22:21:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 22:21:01 2022 +0100 |
tree | 25a20f2b4e5d3076f499ad0fbd8a6564c1384916 | |
parent | 33a5dd8b237738c15cae87441d731ab899b4e846 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index eb05f9a..c69e46c 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 309, +/**/ 308, /**/ 307,