summaryrefslogtreecommitdiff
path: root/libre/unzip/csiz-underflow.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/unzip/csiz-underflow.patch')
-rw-r--r--libre/unzip/csiz-underflow.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/unzip/csiz-underflow.patch b/libre/unzip/csiz-underflow.patch
index 52321c208..45afbdd68 100644
--- a/libre/unzip/csiz-underflow.patch
+++ b/libre/unzip/csiz-underflow.patch
@@ -17,7 +17,7 @@ Suggested-by: Stefan Cornelius
- if (G.pInfo->encrypted)
+ if (G.pInfo->encrypted) {
-+ if (csiz_decrypted <= 12) {
++ if (csiz_decrypted < 12) {
+ /* handle the error now to prevent unsigned overflow */
+ Info(slide, 0x401, ((char *)slide,
+ LoadFarStringSmall(ErrUnzipNoFile),