Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
poppler-qt5.30106
poppler-CVE-2019-12293.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File poppler-CVE-2019-12293.patch of Package poppler-qt5.30106
Index: poppler-0.62.0/poppler/JPEG2000Stream.cc =================================================================== --- poppler-0.62.0.orig/poppler/JPEG2000Stream.cc +++ poppler-0.62.0/poppler/JPEG2000Stream.cc @@ -254,6 +254,12 @@ void JPXStream::init() close(); break; } + const int componentPixels = priv->image->comps[component].w * priv->image->comps[component].h; + if (componentPixels != priv->npixels) { + error(errSyntaxWarning, -1, "Component {0:d} has different WxH than component 0", component); + close(); + break; + } unsigned char *cdata = (unsigned char *)priv->image->comps[component].data; int adjust = 0; int depth = priv->image->comps[component].prec;
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