commit | ec54af4e26952d954a4cc009f62c80ea01445d30 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Dec 12 16:43:44 2023 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Tue Dec 12 16:43:44 2023 +0100 |
tree | c67884d7beeb230ecae90b348522c1ea1ac88504 | |
parent | a40e1687e757ea4aa41e84006c739f575db75703 [diff] [blame] |
patch 9.0.2159: screenpos() may crash with neg. column Problem: screenpos() may crash with neg. column Solution: validate and correct column closes: #13669 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 4bb1c90..15ff51d 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2159, +/**/ 2158, /**/ 2157,