]> granicus.if.org Git - vim/commit
patch 8.2.1773: crash when calling mapset() with a list as first argument v8.2.1773
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Sep 2020 19:45:41 +0000 (21:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Sep 2020 19:45:41 +0000 (21:45 +0200)
commit1b9129809d8269acb8e7c79d8fc99c7976b4f76e
treec295744bdee425cdea4e00883d084957c1cb45ce
parentf43e7ac4eee22dbb26fc069ec9a3d1598ec8dfe9
patch 8.2.1773: crash when calling mapset() with a list as first argument

Problem:    Crash when calling mapset() with a list as first argument.
Solution:   Check for NULL. (closes #7040)
src/map.c
src/testdir/test_maparg.vim
src/version.c