]> granicus.if.org Git - vim/commit
patch 8.2.4034: Coverity warns for possibly using a NULL pointer v8.2.4034
authorBram Moolenaar <Bram@vim.org>
Fri, 7 Jan 2022 20:18:16 +0000 (20:18 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 7 Jan 2022 20:18:16 +0000 (20:18 +0000)
commit62a099cc6dbfc31c0ced3f6d895711208bf10518
treefe990908fafea10cc1ed04dea39b028ee3ea9774
parenta4c96252b12c9ebc0ba563694c064e500d707b06
patch 8.2.4034: Coverity warns for possibly using a NULL pointer

Problem:    Coverity warns for possibly using a NULL pointer.
Solution:   Check v_partial is not NULL.
src/version.c
src/vim9type.c