From 138e5e7c1dfba4717a4e6d5abb1abb0f82d6f49f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 1 Jan 2025 10:37:56 +0100 Subject: Windows: Update libzip to version 1.11.2 --- src/Common/libzip/zip_err_str.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Common/libzip/zip_err_str.c') diff --git a/src/Common/libzip/zip_err_str.c b/src/Common/libzip/zip_err_str.c index 28af773b..fb4b69fa 100644 --- a/src/Common/libzip/zip_err_str.c +++ b/src/Common/libzip/zip_err_str.c @@ -49,6 +49,7 @@ const struct _zip_err_info _zip_err_str[] = { { N, "Operation cancelled" }, { N, "Unexpected length of data" }, { N, "Not allowed in torrentzip" }, + { N, "Possibly truncated or corrupted zip archive" }, }; const int _zip_err_str_count = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]); @@ -74,6 +75,11 @@ const struct _zip_err_info _zip_err_details[] = { { E, "garbage at end of extra fields" }, { E, "extra field length is invalid" }, { E, "file length in header doesn't match actual file length" }, + { E, "compressed and uncompressed sizes don't match for stored file" }, + { E, "local header and data descriptor do not match" }, + { G, "EOCD64 and EOCD64 locator do not match" }, + { E, "UTF-8 filename is ASCII and doesn't match filename" }, + { E, "UTF-8 comment is ASCII and doesn't match comment" }, }; const int _zip_err_details_count = sizeof(_zip_err_details)/sizeof(_zip_err_details[0]); -- cgit v1.2.3