mirror of
https://github.com/libarchive/libarchive.git
synced 2026-01-29 10:54:36 +00:00
Hi, please find my approach to fix the CVE-2025-1632 and CVE-2025-25724 vulnerabilities in this pr. As both error cases did trigger a NULL pointer deref (and triggered hopefully everywhere a coredump), we can safely replace the actual information by a predefined invalid string without breaking any functionality. --------- Signed-off-by: Peter Kaestle <peter@piie.net> (cherry picked from commit c9bc934e7e91d302e0feca6e713ccc38d6d01532)