summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-02-18 18:38:37 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-18 18:38:37 +0000
commit2c1c803c7e0cc356dd55a2cd49fbffbbf7db766e (patch)
treea9b33c47978efd0ffaf3f1ef10e547edc15d5b3e /src/version.c
parentd114975b9bec30ec1486ebc70db6b802d0f1cfb8 (diff)
patch 9.0.1322: crash when indexing "any" which is an objectv9.0.1322
Problem: Crash when indexing "any" which is an object. Solution: Check the index is a number. Do not check the member type of an object. (closes #12019)
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 41822fdf48..214e33a162 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 */
/**/
+ 1322,
+/**/
1321,
/**/
1320,