summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorKenta Sato <tosainu.maple@gmail.com>2023-05-08 18:26:03 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-08 18:26:03 +0100
commitc28e7a2b2f23dbd246a1ad7ad7aaa6f7ab2e5887 (patch)
tree2489c969d5feeda7cce01cdb55684de7e4089858 /src/version.c
parentd619d6a9c6fa0e4295c817a88f84f0bab9457bbe (diff)
downloadvim-git-c28e7a2b2f23dbd246a1ad7ad7aaa6f7ab2e5887.tar.gz
patch 9.0.1527: crash when using negative value for term_colsv9.0.1527
Problem: Crash when using negative value for term_cols. Solution: Check for invalid term_cols value. (Kenta Sato, closes #12362)
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 ce64da4a5..e6d27132d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1527,
+/**/
1526,
/**/
1525,