]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2141 v7.4.2141
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Aug 2016 15:10:20 +0000 (17:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Aug 2016 15:10:20 +0000 (17:10 +0200)
commitba96e9af388804364425185b47eed14988302865
treeabe4a6a6510450ffa99dfdf47e23f94fa80bb5e9
parentacadbeabe1dafb314ae5fdba0432f313e55bb3a2
patch 7.4.2141
Problem:    Coverity reports bogus NULL check.
Solution:   When checking for a variable in the funccal scope don't pass the
            varname.
src/eval.c
src/proto/userfunc.pro
src/userfunc.c
src/version.c