]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0384: Covertity still complains about using return value of getc() v9.0.0384
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Sep 2022 10:04:14 +0000 (11:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Sep 2022 10:04:14 +0000 (11:04 +0100)
commitc7d2ff2ca03f1f36544a92cb93300eae06bcd0c0
tree49be2a5b11912e8167bef504feec5707ee134127
parent963ab26842be22c0d210c3e950fecac28578f8be
patch 9.0.0384: Covertity still complains about using return value of getc()

Problem:    Covertity still complains about using return value of getc().
Solution:   Check for EOF.
src/spellfile.c
src/version.c