Date: Sat, 09 Oct 2021 06:33:41 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259011] unzip omits a check for NULL and can cause pathdup() to seg-fault Message-ID: <bug-259011-227-60Q2u2eUP5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-259011-227@https.bugs.freebsd.org/bugzilla/> References: <bug-259011-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259011 Alex Kozlov <ak@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ak@FreeBSD.org --- Comment #2 from Alex Kozlov <ak@FreeBSD.org> --- I think this is regression in the libarchive. The libarchive from 12-STABLE returns: $unzip -n - < unzip1.zip Archive: (null) unzip: Malformed extra data: Consumed 4598 bytes of 4600 bytes The fix for unzip is simple enough though, something like this (lightly tested). --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259011-227-60Q2u2eUP5>