]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4472: Coverity warns for use of a freed function name v8.2.4472
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2022 21:35:17 +0000 (21:35 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2022 21:35:17 +0000 (21:35 +0000)
commit9383a3afb6a2b7ba6a2739a66a68cc8e1162f389
treeb1fb74464fc1e6b3783448cce52a97c0d45797f8
parent62628d97c4690462ca54781fd16bbfc7ad31477b
patch 8.2.4472: Coverity warns for use of a freed function name

Problem:    Coverity warns for use of a freed function name.
Solution:   Only check an autoload name when is prefixed.
src/userfunc.c
src/version.c