]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0927: Coverity warns for using a NULL pointer v9.0.0927
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Nov 2022 11:36:22 +0000 (11:36 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Nov 2022 11:36:22 +0000 (11:36 +0000)
commit96cbbe29debba25d7eec8d01955c5ac01f5c420d
treed299c68fdc517fa0b94d2b3deaa4d0eebd9e199b
parentbc222152d8dea252aa5f1fa24b5536ed269feb92
patch 9.0.0927: Coverity warns for using a NULL pointer

Problem:    Coverity warns for using a NULL pointer.
Solution:   Check for memory allocaion failure.
src/version.c
src/window.c