]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix out of boundary access in mktemp functions (#2160)
authorTobias Stoeckmann <stoeckmann@users.noreply.github.com>
Fri, 3 May 2024 22:19:55 +0000 (00:19 +0200)
committerGitHub <noreply@github.com>
Fri, 3 May 2024 22:19:55 +0000 (15:19 -0700)
commitbad9a4ebb6bee259ee82ba537bc7e72609b40767
tree9c2e508c195472ff6459c11cf271e8a22394bbb4
parent80af74ccbf529b31c66b1879ebc570b9b828a2a6
Fix out of boundary access in mktemp functions (#2160)

Some of the mktemp-related functions might access memory out of bounds
if TMPDIR is empty or other such situations lead to an empty
archive_string.
libarchive/archive_util.c