]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0526: Coverity complains about possible negative value v8.0.0526
authorBram Moolenaar <Bram@vim.org>
Thu, 30 Mar 2017 19:18:45 +0000 (21:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Mar 2017 19:18:45 +0000 (21:18 +0200)
commit85325f839a14212c7d517a4cb3464c347bfd0c1e
treee944f28003b830b09ca7b2faf8bbd00ed7fcdc47
parenta33ddbbd04ca9b81cba6114708f42b8e26293b99
patch 8.0.0526: Coverity complains about possible negative value

Problem:    Coverity complains about possible negative value.
Solution:   Check return value of ftell() not to be negative.
src/os_unix.c
src/version.c