Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
virtuoso
rpmlint-fixes.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rpmlint-fixes.diff of Package virtuoso
diff --git a/libsrc/Wi/http_client.c b/libsrc/Wi/http_client.c index 2b27d07..a07ae89 100644 --- a/libsrc/Wi/http_client.c +++ b/libsrc/Wi/http_client.c @@ -423,7 +423,7 @@ http_cli_negotiate_socks4 (dk_session_t * ses, char * in_host, char * name, char socksreq[8] = 0; /* no name */ if (name) { - strncat ((char*)socksreq + 8, name, sizeof(socksreq) - 8); + strncat ((char*)socksreq + 8, name, sizeof(socksreq) - 8 - strlen(name) - 1); socksreq[sizeof (socksreq) - 1] = 0; packetsize = 9 + strlen ((char *) socksreq + 8); }
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