Skip to content

Appendix D. Known issues#

CentOS known issues#

CentOS 7#

Archive unpacking#

We have detected such behavior on CentOS 7.

unzip *.zip;
error: invalid zip file with overlapped components (possible zip bomb)

while unpacking archives. The bug is caused by unzip-6.0-22.el7_9 package. We recommend to downgrade it

rpm -q unzip-6.0-22.el7_9 && yum remove unzip && yum install unzip-6.0-21.el7