]> granicus.if.org Git - vim/commit
patch 9.0.1340: Coverity warns for using NULL pointer v9.0.1340
authorBram Moolenaar <Bram@vim.org>
Wed, 22 Feb 2023 12:35:17 +0000 (12:35 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Feb 2023 12:35:17 +0000 (12:35 +0000)
commit666cb9c5303753fef7039e9a9e5fbe9a44299607
tree13b8970164006b80b598d1f46675995bea9e82c1
parent38f1ab31fa31196360dc4a31aeb388889b8bd6b8
patch 9.0.1340: Coverity warns for using NULL pointer

Problem:    Coverity warns for using NULL pointer.
Solution:   Check that lhs_type is not NULL.
src/version.c
src/vim9compile.c