Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
File not found: openafs-1.8.9-doc.tar.bz2.md5
home:deltafox
pdftohtml
xpdf-3.00-CVE-2007-3387.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xpdf-3.00-CVE-2007-3387.patch of Package pdftohtml
Index: pdftohtml-0.36/xpdf/Stream.cc =================================================================== --- pdftohtml-0.36.orig/xpdf/Stream.cc +++ pdftohtml-0.36/xpdf/Stream.cc @@ -415,14 +415,14 @@ StreamPredictor::StreamPredictor(Stream ok = gFalse; if (width <= 0 || nComps <= 0 || nBits <= 0 || - nComps >= INT_MAX/nBits || - width >= INT_MAX/nComps/nBits) { + nComps > 4 || nBits > 16 || + width >= INT_MAX / nComps) { return; } nVals = width * nComps; - if (nVals * nBits + 7 <= 0) { + if (nVals >= (INT_MAX - 7) / nBits) { return; }
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