summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-28 20:47:49 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-28 20:47:49 +0000
commit652dee448618589de5528a9e9a36995803f5557a (patch)
treea659b1d0a7f5409943f2c626e2a87cde520c3733 /src/version.c
parent14cbf77845624e4bfc28a65a5debb81864cba2cf (diff)
patch 8.2.4245: ":retab 0" may cause illegal memory accessv8.2.4245
Problem: ":retab 0" may cause illegal memory access. Solution: Limit the value of 'tabstop' to 10000.
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 0caa33a310..8275e8f2ae 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4245,
+/**/
4244,
/**/
4243,