]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0645: Coverity warns for possible use of NULL pointer v8.1.0645
authorBram Moolenaar <Bram@vim.org>
Thu, 27 Dec 2018 20:27:03 +0000 (21:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 27 Dec 2018 20:27:03 +0000 (21:27 +0100)
commit06d626032330dc79825004f9cba7d154c9c90cbc
treeec368f4aa7ac4698575feea84e3b1b9900dbb5cd
parent6436cd83f90a0efc326798792e49e8ff96a43dce
patch 8.1.0645: Coverity warns for possible use of NULL pointer

Problem:    Coverity warns for possible use of NULL pointer.
Solution:   Check return value of vterm_obtain_screen().
src/terminal.c
src/version.c