]> granicus.if.org Git - vim/commit
patch 8.1.1968: crash when using nested map() v8.1.1968
authorBram Moolenaar <Bram@vim.org>
Tue, 3 Sep 2019 15:13:37 +0000 (17:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 3 Sep 2019 15:13:37 +0000 (17:13 +0200)
commit27da7de7c547dbf983ed7dd901ea59be4e7c9ab2
tree226eb4e666308f35d8869ceabbb225fcaf741b06
parent8e0a8e7eb7c177807f44db6b76d8e52314248ab5
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)
src/evalvars.c
src/testdir/test_filter_map.vim
src/testdir/test_functions.vim
src/version.c