Projects
home:Eustace:branches:Eulaceura:Factory
opa-psm2
_service:obs_scm:fix-stringop-truncation-build-...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:fix-stringop-truncation-build-error.patch of Package opa-psm2
diff -Naur opa-psm2-PSM2_10.3.58/psm_ep.c opa-psm2-PSM2_10.3.58_new/psm_ep.c --- opa-psm2-PSM2_10.3.58/psm_ep.c 2018-05-08 03:44:29.000000000 +0800 +++ opa-psm2-PSM2_10.3.58_new/psm_ep.c 2020-07-01 17:09:40.229405374 +0800 @@ -1495,8 +1495,7 @@ b_new = (char *)devstr; e = b_new + len; - strncpy(e, devstring, len - 1); - e[len - 1] = '\0'; + strncpy(e, devstring, len); ee = e + len; i = 0; while (e < ee && *e && i < PTL_MAX_INIT) {
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2