]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0595: Coverity warning for not checking return value v8.0.0595
authorBram Moolenaar <Bram@vim.org>
Mon, 1 May 2017 12:14:04 +0000 (14:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 May 2017 12:14:04 +0000 (14:14 +0200)
commitbeb9cb19c660484488a71a25eda46ab0fa579278
tree2b24a6c30f11b044f33bd791015595a5cbe237b0
parent66c0e70b806cd8afdc9da9ddae11945ddf29841a
patch 8.0.0595: Coverity warning for not checking return value

Problem:    Coverity warning for not checking return value of dict_add().
Solution:   Check the return value for FAIL.
src/quickfix.c
src/version.c