]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Free some strings in the tar reader (#2262)
authorTim Kientzle <kientzle@acm.org>
Sat, 6 Jul 2024 07:47:27 +0000 (00:47 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Jul 2024 07:47:27 +0000 (09:47 +0200)
commitf71034539e921d0e2b9f7784c4ec63ae9ef14966
tree6cb68b08e474bd65272f33b000736c6652575019
parent97c32b89b8a653527830122bc80eaa6b4fffb5f0
Free some strings in the tar reader (#2262)

Fix a few cases where strings were initialized (with a heap allocation)
but never properly cleaned up.

OSS-Fuzz Issue: 70056
libarchive/archive_read_support_format_tar.c