]> git.ipfire.org Git - thirdparty/libarchive.git/commit
zip: Fix out of boundary access (#2145)
authorTobias Stoeckmann <stoeckmann@users.noreply.github.com>
Thu, 25 Apr 2024 09:18:30 +0000 (09:18 +0000)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 09:18:30 +0000 (11:18 +0200)
commitb6a979481b7d77c12fa17bbed94576b63bbcb0c0
treebfd7630bd3fad77ff28958970ce090aa1175e868
parente6d2ce1c6c15e0e4edaaf14b31a2ac335c27d9a3
zip: Fix out of boundary access (#2145)

If a ZIP file contains a file with an empty name and mac-ext option is
set, then a check accesses memory out of bound of `name`.
libarchive/archive_read_support_format_zip.c