]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix two leaks in tar header parsing (#2377)
authorTim Kientzle <kientzle@acm.org>
Sat, 12 Oct 2024 11:54:23 +0000 (04:54 -0700)
committerGitHub <noreply@github.com>
Sat, 12 Oct 2024 11:54:23 +0000 (13:54 +0200)
commit3343bb8a28c8e17e3160e8c097c4a0b72bd7564c
tree562f68610530e3092a29b5c13f0d9b6f3666aa65
parent10c817cdc3d0b28d14ac3415f8458c651ff4b5da
Fix two leaks in tar header parsing (#2377)

OSS-Fuzz found two places where an error return would bypass cleaning up
a local allocation.

Credit: OSS-Fuzz
libarchive/archive_read_support_format_tar.c