]> git.ipfire.org Git - thirdparty/libarchive.git/commit
archive_string: Clean up strncat_from_utf8_to_utf8 (#2147)
authorTim Kientzle <kientzle@acm.org>
Tue, 30 Apr 2024 06:59:48 +0000 (23:59 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Apr 2024 06:59:48 +0000 (08:59 +0200)
commit36047967a2c9c27b749b2fc8f1557096ee964085
treec29c523b390e4bf94851a2dee3b19cf6a2cb80ef
parent93b11caed8b7e23081d3247b182fbc1b86a120f9
archive_string: Clean up strncat_from_utf8_to_utf8 (#2147)

Replace some tricky direct manipulation of string internals with simpler
and safer high-level string APIs.
libarchive/archive_string.c