Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
tiff.26369
tiff-CVE-2017-17942,CVE-2016-5319.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tiff-CVE-2017-17942,CVE-2016-5319.patch of Package tiff.26369
Index: tiff-4.0.9/tools/bmp2tiff.c =================================================================== --- tiff-4.0.9.orig/tools/bmp2tiff.c 2018-08-27 10:42:59.151745101 +0200 +++ tiff-4.0.9/tools/bmp2tiff.c 2018-08-27 14:16:05.498611684 +0200 @@ -693,7 +693,11 @@ main(int argc, char* argv[]) } i = 0; j = 0; - if (info_hdr.iBitCount == 8) { /* RLE8 */ + if (info_hdr.iBitCount > 8) { + TIFFError(infilename, "Handle of this type image is not implemented"); + goto bad; + } + else if (info_hdr.iBitCount == 8) { /* RLE8 */ while(j < uncompr_size && i < compr_size) { if ( comprbuf[i] ) { runlength = comprbuf[i++];
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