Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:CoffeeDev:xr
tcpd
tcp_wrappers_7.6-host_name_mapping-fix.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tcp_wrappers_7.6-host_name_mapping-fix.diff of Package tcpd
--- socket.c.orig +++ socket.c @@ -270,7 +270,6 @@ sock_hostname(struct host_info *host) res = res->ai_next; } - freeaddrinfo (resbase); if (res == NULL) { @@ -279,6 +278,7 @@ sock_hostname(struct host_info *host) host->name, inet_ntop2 (sin6->sin6_family, &sin6->sin6_addr)); strncpy(host->name, paranoid, sizeof(host->name)); + freeaddrinfo (resbase); return; } @@ -289,7 +289,7 @@ sock_hostname(struct host_info *host) host->name, res->ai_canonname, inet_ntop2 (sin6->sin6_family, &sin6->sin6_addr)); } - + freeaddrinfo (resbase); return; } #else /* INET6 */
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