]> git.ipfire.org Git - thirdparty/libarchive.git/commit
README: vulnerability on implicite directory creation
authorPeter Kaestle <peter.kaestle@nokia.com>
Mon, 3 Apr 2023 11:35:35 +0000 (13:35 +0200)
committerMartin Matuška <martin@matuska.de>
Thu, 13 Jul 2023 22:35:05 +0000 (00:35 +0200)
commit27bad820790aacdff32dcbd09eeca69037d7c0ac
treece08f49488c0d6871d3a241a4e8473b93758a9b0
parent91bb3583b311733651870cf6f596867932950280
README: vulnerability on implicite directory creation

There's a race condition with the umask() execution in multi-threaded
use of the libarchive.
It's the users responsibility to mutex archive_write_disk_header()
call.

Signed-off-by: Peter Kaestle <peter.kaestle@nokia.com>
README.md