Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
tiff3
tiff-3.8.2-tiffsplit-CVE-2006-2656.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tiff-3.8.2-tiffsplit-CVE-2006-2656.patch of Package tiff3
--- tools/tiffsplit.c +++ tools/tiffsplit.c @@ -61,14 +61,13 @@ return (-3); } if (argc > 2) - strcpy(fname, argv[2]); + snprintf(fname, sizeof(fname), "%s", argv[2]); in = TIFFOpen(argv[1], "r"); if (in != NULL) { do { char path[1024+1]; newfilename(); - strcpy(path, fname); - strcat(path, ".tif"); + snprintf(path, sizeof(path), "%s.tif", fname); out = TIFFOpen(path, TIFFIsBigEndian(in)?"wb":"wl"); if (out == NULL) return (-2);
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