commit | 27da7de7c547dbf983ed7dd901ea59be4e7c9ab2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 03 17:13:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 03 17:13:37 2019 +0200 |
tree | 226eb4e666308f35d8869ceabbb225fcaf741b06 | |
parent | 8e0a8e7eb7c177807f44db6b76d8e52314248ab5 [diff] [blame] |
patch 8.1.1968: crash when using nested map() Problem: Crash when using nested map(). Solution: Clear the pointer in prepare_vimvar(). (Ozaki Kiichi, closes #4890, closes #4891)
diff --git a/src/version.c b/src/version.c index f5c9eec..5dbdc9f 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1968, +/**/ 1967, /**/ 1966,