]> granicus.if.org Git - vim/commit
patch 8.2.2977: crash when using a null function reference v8.2.2977
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Jun 2021 10:16:55 +0000 (12:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Jun 2021 10:16:55 +0000 (12:16 +0200)
commit22db0d549f64aa3d8a6e366b70eb8d7e66933b82
tree452b275fdd0cb175cce79982b1688ae1bbbc7434
parent8de901e1f1b051e02a61ae76ad7c925e4c0642e5
patch 8.2.2977: crash when using a null function reference

Problem:    Crash when using a null function reference. (Naohiro Ono)
Solution:   Check for an invalid function name. (closes #8367)
src/errors.h
src/eval.c
src/testdir/test_functions.vim
src/version.c