]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4073: Coverity warns for using NULL pointer v8.2.4073
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Jan 2022 12:05:09 +0000 (12:05 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Jan 2022 12:05:09 +0000 (12:05 +0000)
commit54598066ca4cfaf0761aedf47e4ba9844674791e
tree3b200bd6b03d4ba4b4e1cc035599cad8142cdd82
parentd041f4208b0a2149e9d41f6443aa1c14c076a411
patch 8.2.4073: Coverity warns for using NULL pointer

Problem:    Coverity warns for using NULL pointer.
Solution:   Bail out when running out of memory. Check for running over end of
            a string.
src/userfunc.c
src/version.c