]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1512: warning for possibly using NULL pointer v8.0.1512
authorBram Moolenaar <Bram@vim.org>
Tue, 13 Feb 2018 12:12:11 +0000 (13:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 13 Feb 2018 12:12:11 +0000 (13:12 +0100)
commite4db7aedab65abadcc84c78e7a10ec7bb62f11cf
treecea60f8c2cef778a8c9f543e07a40f11ba7bbab4
parent3198870137df64214317151726648af8e56f1729
patch 8.0.1512: warning for possibly using NULL pointer

Problem:    Warning for possibly using NULL pointer. (Coverity)
Solution:   Skip using the pointer if it's NULL.
src/ex_cmds.c
src/version.c