summarylogtreecommitdiffstats
path: root/csiz-underflow.patch
diff options
context:
space:
mode:
Diffstat (limited to 'csiz-underflow.patch')
-rw-r--r--csiz-underflow.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/csiz-underflow.patch b/csiz-underflow.patch
index 52321c208a1a..45afbdd683a6 100644
--- a/csiz-underflow.patch
+++ b/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),