Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:NonFree:Update
perl-PDL
PDL-2.4.7-strncat.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File PDL-2.4.7-strncat.diff of Package perl-PDL
--- Graphics/IIS/pdliisdisp.c +++ Graphics/IIS/pdliisdisp.c @@ -236,10 +236,10 @@ /* Else look in standard places */ - strncpy(iname,home,STRSIZE); strncat(iname,"/iraf/dev/imt1i",STRSIZE); + strncpy(iname,home,STRSIZE); strncat(iname,"/iraf/dev/imt1i",STRSIZE - strlen(iname) - 1); if (!access(iname,F_OK)) goto gotin; - strncpy(iname,home,STRSIZE); strncat(iname,"/dev/imt1i",STRSIZE); + strncpy(iname,home,STRSIZE); strncat(iname,"/dev/imt1i",STRSIZE - strlen(iname) - 1); if (!access(iname,F_OK)) goto gotin; strncpy(iname,"/dev/imt1i",STRSIZE); @@ -266,10 +266,10 @@ } /* Else look in standard places */ - strncpy(oname,home,STRSIZE); strncat(oname,"/iraf/dev/imt1o",STRSIZE); + strncpy(oname,home,STRSIZE); strncat(oname,"/iraf/dev/imt1o",STRSIZE - - strlen(oname) - 1); if (!access(oname,F_OK)) goto gotout; - strncpy(oname,home,STRSIZE); strncat(oname,"/dev/imt1o",STRSIZE); + strncpy(oname,home,STRSIZE); strncat(oname,"/dev/imt1o",STRSIZE - strlen(oname) - 1); if (!access(oname,F_OK)) goto gotout; strncpy(oname,"/dev/imt1o",STRSIZE);
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