commit | 777e7c21b7627be80961848ac560cb0a9978ff43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 25 17:07:04 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 25 17:07:04 2021 +0100 |
tree | 526865f1b3d36f8f40646c203196d57a3acc917f | |
parent | 2a52196b78f3fcc0e9fad538984272c5fd8d85db [diff] [blame] |
patch 8.2.3564: invalid memory access when scrolling without valid screen Problem: Invalid memory access when scrolling without a valid screen. Solution: Do not set VALID_BOTLINE in w_valid.
diff --git a/src/version.c b/src/version.c index 57585dc..2c25238 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3564, +/**/ 3563, /**/ 3562,