]> git.ipfire.org Git - thirdparty/libarchive.git/commit
acl: Use archive_string/archive_wstring
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sat, 16 May 2026 13:06:21 +0000 (15:06 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Sat, 16 May 2026 19:35:58 +0000 (21:35 +0200)
commitd8dbf2f156ae9af39b0e5be16cbd748b62e7bd79
tree15c47526ebc0fc5c35508844616024023f2f5721
parent27b08f61da304afa8bc75901117c9a077e41c5bb
acl: Use archive_string/archive_wstring

Since libarchive already contains infrastructure to safely work with
strings, use it instead of manually constructing strings.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
libarchive/archive_acl.c