commit | 2c1c803c7e0cc356dd55a2cd49fbffbbf7db766e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 18 18:38:37 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 18 18:38:37 2023 +0000 |
tree | a9b33c47978efd0ffaf3f1ef10e547edc15d5b3e | |
parent | d114975b9bec30ec1486ebc70db6b802d0f1cfb8 [diff] [blame] |
patch 9.0.1322: crash when indexing "any" which is an object 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)
diff --git a/src/version.c b/src/version.c index 41822fd..214e33a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1322, +/**/ 1321, /**/ 1320,