summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-05-15 21:35:36 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-15 21:35:36 +0200
commiteff20eb35d2dba413c6d115291dd9ddea705e802 (patch)
treed3d42ccb48d254a6261ec6c40c7920ef6953dea7 /src/version.c
parentfed01960d2b0280339bba29183b1c3859366e805 (diff)
patch 9.1.0413: smoothscroll may cause infinite loopv9.1.0413
Problem: smoothscroll may cause infinite loop, with very narrow windows (Jaehwang Jung, after v9.1.0280) Solution: Check for width1 being negative, verify that win_linetabsize does not overflow fixes: #14750 closes: #14772 Co-authored-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 834954af71..b79693c6a8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 413,
+/**/
412,
/**/
411,