From 6fe72291a5563cdbcd2bdd87e36528537b7cdcfb Mon Sep 17 00:00:00 2001 From: Jakub Martisko Date: Mon, 18 Nov 2019 14:17:46 +0100 Subject: [PATCH] update the man page --- man/unzip.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/unzip.1 b/man/unzip.1 index 21816d1..4d66073 100644 --- a/man/unzip.1 +++ b/man/unzip.1 @@ -850,6 +850,8 @@ the specified zipfiles were not found. invalid options were specified on the command line. .IP 11 no matching files were found. +.IP 12 +invalid zip file with overlapped components (possible zip bomb). .IP 50 the disk is (or was) full during extraction. .IP 51 -- 2.23.0 1ef41e49'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/image.scm
AgeCommit message (Expand)Author
2022-07-01image: Add sanitizers for 'format' and 'partition-table-type'....Ludovic Courtès
2022-07-01image: Add default value for partition initializer....Ludovic Courtès
2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret
2021-12-23image: Add a shared-network? field....Mathieu Othacehe
2021-12-23image: Add a shared-store? field....Mathieu Othacehe
2021-11-12image: Support generating GPT images via `partition-table-type`....Ryan Sundberg
2021-10-11gnu: Add platform support....Mathieu Othacehe