comparison src/version.c @ 26061:787c8061c747 v8.2.3564

patch 8.2.3564: invalid memory access when scrolling without valid screen Commit: https://github.com/vim/vim/commit/777e7c21b7627be80961848ac560cb0a9978ff43 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 25 17:07:04 2021 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Oct 2021 18:15:03 +0200
parents c7e09c069ece
children 597271fb4bfa
comparison
equal deleted inserted replaced
26060:b392baba0478 26061:787c8061c747
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3564,
760 /**/ 762 /**/
761 3563, 763 3563,
762 /**/ 764 /**/
763 3562, 765 3562,
764 /**/ 766 /**/