Closed issue by anaggh on void-packages repository https://github.com/void-linux/void-packages/issues/20036 Description: ### System * package: unzip-6.0_13 ### Expected behavior zip extracts successfully. (Works fine on other distros) ### Actual behavior buffer overflow ### Steps to reproduce the behavior ``` sudo xbps-install -S wget unzip wget https://github.com/void-linux/void-packages/archive/master.zip unzip master.zip ``` Output ``` Archive: master.zip 4102aace4892e25b6d6325e98486cdc91b3dc380 creating: void-packages-master/ inflating: void-packages-master/.gitattributes creating: void-packages-master/.github/ ... ... inflating: void-packages-master/srcpkgs/papis/patches/update-vers1.patch inflating: void-packages-master/srcpkgs/papis/patches/update-vers2.patch inflating: void-packages-master/srcpkgs/papis/template creating: void-packages-master/srcpkgs/paprefs/ inflating: void-packages-master/srcpkgs/paprefs/template creating: void-packages-master/srcpkgs/paps/ inflating: void-packages-master/srcpkgs/paps/template -> # Template file for 'paps' pkgname=paps version=0.7.1 revision=1 build_style=meson hostmakedepends="pkg-config cmake" makedepends="pango-devel freetype-devel" short_desc="UTF-8 to PostScript converter via Pango" maintainer="Leah Neukirchen " license="LGPL-2.0-or-later" homepage="https://github.com/dov/paps" distfiles="https://github.com/dov/paps/archive/v${version}.tar.gz" checksum=b8cbd16f8dd5832ecfa9907d31411b35a7f12d81a5ec472a1555d00a8a205e0e CFLAGS="-D_XOPEN_SOURCE" creating: void-packages-master/srcpkgs/par/ creating: void-packages-master/srcpkgs/par/patches/ inflating: void-packages-master/srcpkgs/par/patches/par-i18n.patch *** buffer overflow detected ***: unzip terminated ```