]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4473: Coverity warnds for not checking return value of ftell() v8.2.4473
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2022 21:47:48 +0000 (21:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2022 21:47:48 +0000 (21:47 +0000)
commit416b5f4894196947ea87eea2ed4fda3504674f72
tree2fe7331a7f9720c9c1b04acc0011f7be58505e15
parent9383a3afb6a2b7ba6a2739a66a68cc8e1162f389
patch 8.2.4473: Coverity warnds for not checking return value of ftell()

Problem:    Coverity warnds for not checking return value of ftell().
Solution:   Bail out if ftell() returns a negative value.
src/spellfile.c
src/version.c