Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Backports:SLE-15-SP4:SLECandidates
tcpd
tcp_wrappers_7.6-multi_local_interfaces-fix.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tcp_wrappers_7.6-multi_local_interfaces-fix.diff of Package tcpd
--- socket.c.orig +++ socket.c @@ -282,7 +282,7 @@ sock_hostname(struct host_info *host) return; } - if (STR_NE (host->name, res->ai_canonname) && STR_NE(host->name, "localhost")) + if ((!res->ai_canonname || STR_NE (host->name, res->ai_canonname)) && STR_NE(host->name, "localhost")) { /* We don't treat this as an error, though... */ tcpd_warn("host name mismatch: %s != %s (%s)",
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