Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE-12:Update
p7zip.6679
p7zip-9.20.1-CVE-2017-17969.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File p7zip-9.20.1-CVE-2017-17969.patch of Package p7zip.6679
Index: p7zip_9.20.1/CPP/7zip/Compress/ShrinkDecoder.cpp =================================================================== --- p7zip_9.20.1.orig/CPP/7zip/Compress/ShrinkDecoder.cpp +++ p7zip_9.20.1/CPP/7zip/Compress/ShrinkDecoder.cpp @@ -99,7 +99,13 @@ HRESULT CDecoder::CodeReal(ISequentialIn corectionIndex = i; _stack[i++] = _suffixes[cur]; cur = _parents[cur]; + if (cur >= kNumItems || i >= kNumItems) + break; } + + if (cur >= kNumItems || i >= kNumItems) + break; + _stack[i++] = (Byte)cur; if (needPrev) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor