]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0368: old Coverity warning for using NULL pointer v9.0.0368
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Sep 2022 11:59:19 +0000 (12:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Sep 2022 11:59:19 +0000 (12:59 +0100)
commit89083466fa565bea22832687ec5fe89a70a3b8f7
tree915aff5203c0751958e535b40fd838f348b223e9
parent0a6bb59f6b198b351555dc0919816c9f0f1e3ed9
patch 9.0.0368: old Coverity warning for using NULL pointer

Problem:    Old Coverity warning for using NULL pointer.
Solution:   Bail out if dictionary allocation fails.
src/tag.c
src/version.c