commit | c36350bca3eed8ef97061e28c38b5b89cae1f13e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 02 20:44:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 02 20:44:07 2019 +0200 |
tree | 0dc30d2da4cab8f05a58583e9044ca594c463da1 | |
parent | 934470e562df7bc778ff916db44918f3ccecc7cc [diff] [blame] |
patch 8.1.1964: crash when using nested map() and filter() Problem: Crash when using nested map() and filter(). Solution: Do not set the v:key type to string without clearing the pointer.
diff --git a/src/version.c b/src/version.c index fe8b34a..c159705 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1964, +/**/ 1963, /**/ 1962,