commit | 93e1cae739c32baf28954b64718bab009c6ee2ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 13 21:24:56 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 13 21:24:56 2021 +0100 |
tree | ee7d7023bf29ae1b50b4edc9a4665a8cb5a2feee | |
parent | edba70703b6eaee3365ddfd82e4ba56ee08486f8 [diff] [blame] |
patch 8.2.2600: Vim9: crash when putting an unknown type in a dictionary Problem: Vim9: crash when putting an unknown type in a dictionary. (Yegappan Lakshmanan) Solution: Handle a NULL type pointer.
diff --git a/src/version.c b/src/version.c index 9a4fa46..72d38783 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2600, +/**/ 2599, /**/ 2598,