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 26f4cdf1876c'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/print.scm
AgeCommit message (Expand)Author
2024-09-28tests: Make ‘tests/print.scm’ deterministic....The “package with inputs” test would fail non-deterministically: sometimes ‘package->code’ would pick the ‘glibc’ symbol, sometimes it would take ‘glibc/hurd’, which is an alias for ‘glibc’. * tests/print.scm (pkg-with-inputs)[inputs]: Replace ‘glibc’ with ‘gnu-make’. Change-Id: Ie192adda98d66546fae820a6bcdd5bb4b9f4dae7 Ludovic Courtès
2022-09-29import: print: Quasiquote properties...* guix/import/print.scm (package->code): Quasiquote properties. * tests/print.scm (pkg-with-properties, pkg-with-properties-source): New variables. ("package with properties"): New test Signed-off-by: Ludovic Courtès <ludo@gnu.org> itd