aboutsummaryrefslogtreecommitdiffstats
path: root/main/p7zip/CVE-2017-17969.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/p7zip/CVE-2017-17969.patch')
-rw-r--r--main/p7zip/CVE-2017-17969.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/main/p7zip/CVE-2017-17969.patch b/main/p7zip/CVE-2017-17969.patch
deleted file mode 100644
index af9e03931f1..00000000000
--- a/main/p7zip/CVE-2017-17969.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- p7zip_16.02/CPP/7zip/Compress/ShrinkDecoder.cpp.orig
-+++ p7zip_16.02/CPP/7zip/Compress/ShrinkDecoder.cpp
-@@ -121,7 +121,12 @@
- {
- _stack[i++] = _suffixes[cur];
- cur = _parents[cur];
-- }
-+ if (i >= kNumItems)
-+ break;
-+ }
-+
-+ if (i >= kNumItems)
-+ break;
-
- _stack[i++] = (Byte)cur;
- lastChar2 = (Byte)cur;