commit | 416b5f4894196947ea87eea2ed4fda3504674f72 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 25 21:47:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 25 21:47:48 2022 +0000 |
tree | 2fe7331a7f9720c9c1b04acc0011f7be58505e15 | |
parent | 9383a3afb6a2b7ba6a2739a66a68cc8e1162f389 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index e0384c8..7b5d66a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4473, +/**/ 4472, /**/ 4471,