]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix CVE-2025-25724 by checking the result of the strftime 2710/head
authorMarcin Mikula <marcin@helix.pl>
Wed, 30 Jul 2025 08:29:12 +0000 (10:29 +0200)
committerMarcin Mikula <marcin@helix.pl>
Wed, 30 Jul 2025 08:33:51 +0000 (10:33 +0200)
commitecce46744f79b2a1f653bb3aa190993d5f58a689
treeed8831b1e80e3a4052bfa02e516b3af96a7db8f5
parent6062470cbcf5ff76535b6f161ce9cc9f4c6f56c0
Fix CVE-2025-25724 by checking the result of the strftime
to avoid use of undefined content of buf, in case when custom
locale makes the result string longer than buf length.

Signed-off-by: Marcin Mikula <marcin@helix.pl>
tar/util.c