Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
tiff
tiff-CVE-2023-38288,CVE-2023-40745,CVE-2023-411...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tiff-CVE-2023-38288,CVE-2023-40745,CVE-2023-41175.patch of Package tiff
Index: tiff-4.0.9/tools/tiffcp.c =================================================================== --- tiff-4.0.9.orig/tools/tiffcp.c +++ tiff-4.0.9/tools/tiffcp.c @@ -43,6 +43,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <limits.h> #include <ctype.h> @@ -1404,6 +1405,13 @@ DECLAREreadFunc(readSeparateTilesIntoBuf TIFFError(TIFFFileName(in), "Error, cannot handle that much samples per tile row (Tile Width * Samples/Pixel)"); return 0; } + + if ( (imagew - tilew * spp) > INT_MAX ){ + TIFFError(TIFFFileName(in), + "Error, image raster scan line size is too large"); + return 0; + } + iskew = imagew - tilew*spp; tilebuf = _TIFFmalloc(tilesize);
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