Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
xsupplicant
xsupplicant-strncat.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xsupplicant-strncat.patch of Package xsupplicant
--- lib/libxsupgui/xsupgui.c +++ lib/libxsupgui/xsupgui.c @@ -362,7 +362,7 @@ strncpy(fullpidfilename, XSUP_SOCKET, 255); strncat(fullpidfilename, ".", 1); - strncat(fullpidfilename, intname, 255); + strncat(fullpidfilename, intname, sizeof(fullpidfilename)-strlen(fullpidfilename)-1); err = stat(fullpidfilename, &mystats); if (err == 0)
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