commit | 086fc9a585afa4317046fa0a36c7b896286e5128 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 30 18:33:02 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 30 18:33:02 2020 +0100 |
tree | 105e3992c54ff08b2bd8fe6a7576c03671f98e5b | |
parent | 4f6b6ed208a15552f0eb7f27b7ca945f59f22c1d [diff] [blame] |
patch 8.2.1924: Vim9: crash when indexing dict with NULL key Problem: Vim9: crash when indexing dict with NULL key. Solution: Use empty string instead of NULL. (closes #7229) Make error message more useful for empty string.
diff --git a/src/version.c b/src/version.c index 52d8683..0da7888 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1924, +/**/ 1923, /**/ 1922,