commit | 85325f839a14212c7d517a4cb3464c347bfd0c1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 30 21:18:45 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 30 21:18:45 2017 +0200 |
tree | e944f28003b830b09ca7b2faf8bbd00ed7fcdc47 | |
parent | a33ddbbd04ca9b81cba6114708f42b8e26293b99 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index ba3aefc..436b2a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 526, +/**/ 525, /**/ 524,