commit | fdc5d17d58cc9c9edc9fb2816e1afaabc531bf1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 11 15:52:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 11 15:52:14 2022 +0100 |
tree | 65d2a2fe1ad08bc48fa3ee45fa5d2fa3ae1de89b | |
parent | d4cf9fc53e0b1d36e84d28ecd5595a6f102f325e [diff] [blame] |
patch 9.0.0192: possible invalid memory access when 'cmdheight' is zero Problem: Possible invalid memory access when 'cmdheight' is zero. (Martin Tournoij) Solution: Avoid going over the end of w_lines[] when w_height is Rows. (closes #10882)
diff --git a/src/version.c b/src/version.c index c899966..0369ad2 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 192, +/**/ 191, /**/ 190,