]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3328: Coverity error for not checking return value v8.2.3328
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Aug 2021 13:54:59 +0000 (15:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Aug 2021 13:54:59 +0000 (15:54 +0200)
commitb85d3627d9a7b41d603c58a16d0ddbf6b88beeaf
tree774427b5489aeaab6f35245e0ba368cbf588019a
parentba9c23e77655766f6c59de8be732b7577f795ed3
patch 8.2.3328: Coverity error for not checking return value

Problem:    Coverity error for not checking return value.
Solution:   Check value is not negative.
src/spellfile.c
src/version.c