]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3693: Coverity warns for possibly using a NULL pointer v8.2.3693
authorBram Moolenaar <Bram@vim.org>
Mon, 29 Nov 2021 10:36:19 +0000 (10:36 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 Nov 2021 10:36:19 +0000 (10:36 +0000)
commit293eb9ba4669b1500370502397d399681e7098f0
tree1918a8ec8f2c8165e501b38692665cef1884a7b4
parent38453528c3372293d70c8e85471a6188749ff331
patch 8.2.3693: Coverity warns for possibly using a NULL pointer

Problem:    Coverity warns for possibly using a NULL pointer.
Solution:   Check for NULL and give an error.
src/errors.h
src/version.c
src/vim9execute.c