]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Remove two unnecessary strings from the tar state (#2345)
authorTim Kientzle <kientzle@acm.org>
Wed, 25 Sep 2024 02:12:11 +0000 (19:12 -0700)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2024 02:12:11 +0000 (19:12 -0700)
commit4b6dd229c6a931c641bc40ee6d59e99af15a9432
tree38c1bb72902a102dffafd964269879900e8deefb
parent75cdc5947073f346d6926939d94347c8592a913b
Remove two unnecessary strings from the tar state (#2345)

`pax_global` is not used at all and can be removed.

`longname` is only used locally within one function, so convert it to a
local variable there.
libarchive/archive_read_support_format_tar.c