]> git.ipfire.org Git - thirdparty/libarchive.git/commit
filter: Remove unneeded strcpy calls 3033/head
authorTobias Stoeckmann <tobias@stoeckmann.org>
Thu, 14 May 2026 18:42:13 +0000 (20:42 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Thu, 14 May 2026 18:42:13 +0000 (20:42 +0200)
commite8023fc6bc5986de1ada8e91f5d30fa22a14b442
tree711f4f4da67ac46a52762a1e41a19274566b584f
parent27b08f61da304afa8bc75901117c9a077e41c5bb
filter: Remove unneeded strcpy calls

No need to copy these values on stack. Just use them on heap directly.

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