summaryrefslogtreecommitdiff
path: root/libre/p7zip/CVE-2016-9296.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2021-04-30 22:10:21 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2021-04-30 22:10:21 -0500
commite3f5ca21b006cfb164382123fd13c98f4ce1a77e (patch)
tree3bda0747396bb909f73c1e80c3dae120b747109a /libre/p7zip/CVE-2016-9296.patch
parent380ff5f5138df3cc7b50ec0f31811dadeb7a01db (diff)
downloadabslibre-e3f5ca21b006cfb164382123fd13c98f4ce1a77e.tar.gz
abslibre-e3f5ca21b006cfb164382123fd13c98f4ce1a77e.tar.bz2
abslibre-e3f5ca21b006cfb164382123fd13c98f4ce1a77e.zip
p7zip-17.04-1.parabola1: updating version
Diffstat (limited to 'libre/p7zip/CVE-2016-9296.patch')
-rw-r--r--libre/p7zip/CVE-2016-9296.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/p7zip/CVE-2016-9296.patch b/libre/p7zip/CVE-2016-9296.patch
deleted file mode 100644
index 773f92a46..000000000
--- a/libre/p7zip/CVE-2016-9296.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./CPP/7zip/Archive/7z/7zIn.cpp.orig 2016-11-21 01:42:29.460901230 +0000
-+++ ./CPP/7zip/Archive/7z/7zIn.cpp 2016-11-21 01:42:57.481197725 +0000
-@@ -1097,7 +1097,8 @@ HRESULT CInArchive::ReadAndDecodePackedS
- if (CrcCalc(data, unpackSize) != folders.FolderCRCs.Vals[i])
- ThrowIncorrect();
- }
-- HeadersSize += folders.PackPositions[folders.NumPackStreams];
-+ if (folders.PackPositions)
-+ HeadersSize += folders.PackPositions[folders.NumPackStreams];
- return S_OK;
- }
-