Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0:Staging:D
star
star-1.5.2-bufferoverflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File star-1.5.2-bufferoverflow.patch of Package star
diff --git a/star/longnames.c b/star/longnames.c index 33cbe2a..9d2e303 100644 --- a/star/longnames.c +++ b/star/longnames.c @@ -155,7 +155,7 @@ name_to_tcb(info, ptb) if (add) strcatl(ptb->ndbuf.t_name, name, "/", (char *)NULL); else - strcpy(ptb->ndbuf.t_name, name); + strncpy(ptb->ndbuf.t_name, name, props.pr_maxsname); return (TRUE); } @@ -198,7 +198,7 @@ name_to_tcb(info, ptb) if (add) strcatl(ptb->ndbuf.t_name, &np[1], "/", (char *)NULL); else - strcpy(ptb->ndbuf.t_name, &np[1]); + strncpy(ptb->ndbuf.t_name, &np[1], props.pr_maxsname); strncpy(ptb->dbuf.t_prefix, name, np - name); info->f_flags |= F_SPLIT_NAME; return (TRUE);
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