02d1f3
From 6fe72291a5563cdbcd2bdd87e36528537b7cdcfb Mon Sep 17 00:00:00 2001
02d1f3
From: Jakub Martisko <jamartis@redhat.com>
02d1f3
Date: Mon, 18 Nov 2019 14:17:46 +0100
02d1f3
Subject: [PATCH] update the man page
02d1f3
02d1f3
---
02d1f3
 man/unzip.1 | 2 ++
02d1f3
 1 file changed, 2 insertions(+)
02d1f3
02d1f3
diff --git a/man/unzip.1 b/man/unzip.1
02d1f3
index 21816d1..4d66073 100644
02d1f3
--- a/man/unzip.1
02d1f3
+++ b/man/unzip.1
02d1f3
@@ -850,6 +850,8 @@ the specified zipfiles were not found.
02d1f3
 invalid options were specified on the command line.
02d1f3
 .IP 11
02d1f3
 no matching files were found.
02d1f3
+.IP 12
c6daa4
+invalid zip file with overlapped components (possible zip-bomb). The zip-bomb checks can be disabled by using the UNZIP_DISABLE_ZIPBOMB_DETECTION=TRUE environment variable.
02d1f3
 .IP 50
02d1f3
 the disk is (or was) full during extraction.
02d1f3
 .IP 51
02d1f3
-- 
02d1f3
2.23.0
02d1f3