]> git.ipfire.org Git - thirdparty/libarchive.git/commit
i should be size_t (#2575)
authorAZero13 <gfunni234@gmail.com>
Fri, 11 Apr 2025 03:14:55 +0000 (23:14 -0400)
committerGitHub <noreply@github.com>
Fri, 11 Apr 2025 03:14:55 +0000 (20:14 -0700)
commitda6bc7bf279d7dd3245ccd54c0373d442c595197
tree3236036827f5d9f319cdd204071c52e16faed972
parent95c386317f9ae02b6e711e17665f4f91157b12d4
i should be size_t (#2575)

The size of i does not matter, and a size_t is added to it, so to avoid
that truncation, just make i size_t. It also is passed as a size_t.
tar/util.c