Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
argus-client
argus-clients-3.0.6-overflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File argus-clients-3.0.6-overflow.patch of Package argus-client
Index: common/argus_util.c =================================================================== --- common/argus_util.c.orig +++ common/argus_util.c @@ -20457,8 +20457,8 @@ ArgusLog (int priority, char *fmt, ...) *tptr++ = buf[i]; } - memset(buf, 0, MAXSTRLEN); - strncpy(buf, tbuf, MAXSTRLEN); + memset(buf, 0, sizeof(buf)); + strncpy(buf, tbuf, sizeof(buf)); } syslog (priority, "%s", buf);
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