]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0143: Coverity warning for possible use of NULL pointer v8.2.0143
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Jan 2020 14:48:42 +0000 (15:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Jan 2020 14:48:42 +0000 (15:48 +0100)
commit81c3ea7496cbca2be12bf74a17575ff684343579
tree9a588eafeea3b4fc2fad1c213cf78decd242bf77
parent8bf716cdba0e48f56b8bfcbed0f4c702a705e095
patch 8.2.0143: Coverity warning for possible use of NULL pointer

Problem:    Coverity warning for possible use of NULL pointer.
Solution:   Check argv is not NULL.
src/channel.c
src/version.c